Skip to main content

@wildix/xbees-conversations-client > ListMessageReactionsInput

ListMessageReactionsInput interface

Signature:

export interface ListMessageReactionsInput 

Properties

Property

Modifiers

Type

Description

channelId

string

The unique identifier of the channel containing the message.

limit?

number

(Optional) The maximum number of reactions to return. The value must be between 1 and 300.

messageId

string

The unique identifier of the message whose reactions are to be listed.

offset?

number

(Optional) The offset from which to start listing reactions. The value must be between 0 and 1000.