hasUnread

Deprecated

Use the extension property Channel.currentUserUnreadCount instead and check if it's greater than 0

Replace with

import io.getstream.chat.android.client.extensions.currentUserUnreadCount
currentUserUnreadCount

Whether a channel contains unread messages or not.