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;