Chat Unreal v3
Chat Unreal
Chat
Unreal
Home
/
Chat
/
Unreal
/
Messages
By following the implementation below, you can retrieve the total number of a user's joined group channels that has one or more unread messages.
By following the implementation below, you can retrieve the total number of a user's joined group channels that has one or more unread messages.
SBDMain::GetTotalUnreadChannelCount([](int total_unread_channel_count, SBDError* error) { if (error != nullptr) { // Handle error. return; } });