@wildix/xbees-conversations-client > QueryChannelsInput
QueryChannelsInput interface
Signature:
export interface QueryChannelsInput
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | undefined | (Optional) The unique identifier of the tenant when a service token is used. | ||
number | undefined | (Optional) The maximum number of channels to return. The value must be between 1 and 30. | ||
number | undefined | (Optional) The offset from which to start listing channels. The value must be between 0 and 1000. | ||
ChannelsQuery | undefined | (Optional) | ||
string | undefined | (Optional) The unique identifier of the user when a service or PBX token is used. |