ChatGroupChannel

Represents Sendbird Compose Uikit's implementation of UikitGroupChannel which contains the GroupChannel object from the Chat SDK.

Since

1.0.0-beta.1

See also

GroupChannel

Properties

Link copied to clipboard
val channel: <Error class: unknown class>

The GroupChannel instance.

Link copied to clipboard
open override val channelUrl: String

The url of the channel.

Link copied to clipboard
open override val coverUrl: String

The cover image url of the channel.

Link copied to clipboard
open override val createdAt: Long

The created timestamp of the channel.

Link copied to clipboard
open override val isBroadcast: Boolean

The flag that indicates whether the channel is broadcast channel.

Link copied to clipboard
open override val isFrozen: Boolean

The flag that indicates whether the channel is frozen.

Link copied to clipboard
open override val isSuper: Boolean

The flag that indicates whether the channel is super group channel.

Link copied to clipboard
open override val lastMessage: UikitBaseMessage?

The last message of the channel.

Link copied to clipboard
open override val memberCount: Int

The member count of the channel.

Link copied to clipboard
open override val members: List<ChatMember>

The GroupChannel.members as a list of ChatMember.

Link copied to clipboard
open override val myPushTriggerOption: <Error class: unknown class>

The push trigger option of the channel.

Link copied to clipboard
open override val name: String

The name of the channel.

Link copied to clipboard
open override val typingMembers: List<ChatUser>

The GroupChannel.typingUsers of the channel as a list of ChatUser.

Link copied to clipboard
open override val unreadMentionCount: Int

The unread mention count of the channel.

Link copied to clipboard
open override val unreadMessageCount: Int

The unread message count of the channel.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int