Chat SDKs JavaScript v4
Chat SDKs JavaScript
Chat SDKs
JavaScript
Version 4
Retrieve the total number of scheduled messages
Copy link
Use the getTotalScheduledMessageCount()
method to retrieve the total number of scheduled messages a user has. The properties of TotalScheduledMessageCountParams
are optional to set as a filter. If not set, the number of all scheduled messages that a user has will be retrieved.
JavaScriptTypeScript
TotalScheduledMessageCountParams
Copy link
Parameter name | Type | Description |
---|---|---|
channelUrl? | string | Specifies the URL of the channel. (Default: |
scheduledStatus? | list | Specifies list of |
messageTypeFilter? | enum | Specifies the message type to filter the messages with the corresponding type. Acceptable values are |