Chat SDKs Flutter v3
Chat SDKs Flutter
Chat SDKs
Flutter
Version 3
Sendbird Chat SDK v3 for Flutter is no longer supported as a new version is released. Check out our latest Chat SDK v4
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.
TotalScheduledMessageCountParams
Copy link
Parameter name | Type | Description |
---|---|---|
channelUrl | String | Specifies a target channel to query the scheduled messages from. If |
statuses | Specifies list of scheduled message | |
messageType | MessageTypeFilter | Specifies the message type to filter the messages with the corresponding type. Acceptable values are |