QueryReactionsResult

data class QueryReactionsResult(val reactions: List<Reaction>, val next: String?)

Result of querying reactions on a message.

Constructors

Link copied to clipboard
constructor(reactions: List<Reaction>, next: String?)

Properties

Link copied to clipboard
val next: String?

TThe pagination token for fetching the next set of results.

Link copied to clipboard

The list of reactions.