/ SDKs / Unreal
SDKs
Chat SDKs Unreal v3
Chat SDKs Unreal
Chat SDKs
Unreal
Version 3

Retrieve number of unread messages in a group channel

Copy link

By following the implementation below, you can retrieve the total number of the current user's unread messages in a group channel.

uint64_t unreadMessageCount = groupChannel->unread_message_count;