UnreadMessageCountResult

data class UnreadMessageCountResult(val groupChannelCount: Int, val feedChannelCount: Int)

Represents a result from getting total unread message count.

Since

4.15.0

See also

Constructors

Link copied to clipboard
constructor(groupChannelCount: Int, feedChannelCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard