queryReactions

fun queryReactions(messageId: String, filter: FilterObject? = null, limit: Int? = null, next: String? = null, sort: QuerySorter<Reaction>? = null): Call<QueryReactionsResult>

Queries reactions for a given message.

Parameters

messageId

The ID of the message to which the reactions belong.

filter

The filter to apply to the reactions.

limit

The maximum number of reactions to retrieve.

next

The pagination token for fetching the next set of results.

sort

The sorting criteria for the reactions.