Skip to main content

@wildix/xbees-conversations-client > ListChannelsInput

ListChannelsInput interface

Signature:

export interface ListChannelsInput 

Properties

Property

Modifiers

Type

Description

companyId?

string | undefined

(Optional) The unique identifier of the tenant when a service token is used.

limit?

number | undefined

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

offset?

number | undefined

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

userId?

string | undefined

(Optional) The unique identifier of the user when a service or PBX token is used.