get Unread Message Count
fun getUnreadMessageCount(params: AIAgentGroupChannelUnreadMessageCountParams, handler: AIAgentGroupChannelGetUnreadMessageCountHandler?)
Requests the total unread message count from AI Agent and Desk group channels, along with pinned channels. The result includes the total count and individual counts for AI agent channels, Desk channels, and each pinned channel.
Since
4.28.0
Parameters
params
AIAgentGroupChannelUnreadMessageCountParams used to filter the group channels.
handler
AIAgentGroupChannelGetUnreadMessageCountHandler invoked with the result or an error.