Retrieve the total number of scheduled messages
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.
TotalScheduledMessageCountParams
Parameter name | Type | Description |
---|---|---|
channelUrl | String? | Specifies a target channel to query the scheduled messages from. If |
scheduledStatus | List<ScheduledStatus>? | Specifies list of scheduled message |
messageTypeFilter | MessageTypeFilter? | Specifies the message type to filter the messages with the corresponding type. Acceptable values are |