EmptyGroupChannel

Represents a default empty implementation of UikitGroupChannel.

Since

1.0.0-beta.1

See also

Properties

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 = 0

The created timestamp of the channel.

Link copied to clipboard
open override val isBroadcast: Boolean = false

The flag that indicates whether the channel is broadcast channel.

Link copied to clipboard
open override val isFrozen: Boolean = false

The flag that indicates whether the channel is frozen.

Link copied to clipboard
open override val isSuper: Boolean = false

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

Link copied to clipboard
open override val lastMessage: UikitBaseMessage? = null

The last message of the channel.

Link copied to clipboard
open override val memberCount: Int = 0

The member count of the channel.

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

The members of the channel.

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<UikitUser>

The typing members of the channel.

Link copied to clipboard
open override val unreadMentionCount: Int = 0

The unread mention count of the channel.

Link copied to clipboard
open override val unreadMessageCount: Int = 0

The unread message count of the channel.