Skip to main content

@wildix/xbees-conversations-client > ListMessagesInput

ListMessagesInput interface

Signature:

export interface ListMessagesInput 

Properties

Property

Modifiers

Type

Description

channelId

string

The unique identifier of the channel from which to list messages.

limit?

number

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

offset?

number

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