get Total Scheduled Message Count
fun SendbirdChat.getTotalScheduledMessageCount(params: TotalScheduledMessageCountParams, handler: ResultHandler<Int>?)
Gets the number of total scheduled messages.
Since
4.15.0
Parameters
params
TotalScheduledMessageCountParams.
handler
Callback handler.
suspend fun SendbirdChat.getTotalScheduledMessageCount(params: TotalScheduledMessageCountParams): Int
Deprecated
As of 4.17.0, replaced with awaitGetTotalScheduledMessageCount(params).
Replace with
awaitGetTotalScheduledMessageCount(params)
Content copied to clipboard
Gets the number of total scheduled messages.
Since
4.15.0
Parameters
params
TotalScheduledMessageCountParams.