getReactions

fun getReactions(messageId: String, offset: Int, limit: Int): Call<List<Reaction>>

Retrieves the reactions on a given message.

Parameters

messageId

The ID of the message to which the reactions belong.

offset

The offset of the first reaction to retrieve.

limit

The maximum number of reactions to retrieve.