@wildix/xbees-conversations-client > ListMessageReactionsInput
ListMessageReactionsInput interface
Signature:
export interface ListMessageReactionsInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | The unique identifier of the channel containing the message. | ||
number | (Optional) The maximum number of reactions to return. The value must be between 1 and 300. | ||
string | The unique identifier of the message whose reactions are to be listed. | ||
number | (Optional) The offset from which to start listing reactions. The value must be between 0 and 1000. |