Types

Link copied to clipboard
data class BanMemberConfirmationClick(val memberId: String, val timeoutInMinutes: Int?) : ChannelInfoViewAction

Represents the confirmation click action to ban the member.

Link copied to clipboard

Represents the collapse list of members click action.

Link copied to clipboard

Represents the delete channel click action.

Link copied to clipboard

Represents the confirmation click action for deleting a channel.

Link copied to clipboard

Represents the expand list of members click action.

Link copied to clipboard

Represents the files attachments click action.

Link copied to clipboard

Represents the hide channel click action.

Link copied to clipboard

Represents the confirmation click action for hiding a channel.

Link copied to clipboard

Represents the leave channel click action.

Link copied to clipboard

Represents the confirmation click action for leaving a channel.

Link copied to clipboard

Represents the media attachments click action.

Link copied to clipboard
data class MemberClick(val member: Member) : ChannelInfoViewAction

Represents the click action on a member.

Link copied to clipboard

Represents the mute channel click action.

Link copied to clipboard

Represents the pinned messages click action.

Link copied to clipboard

Represents the confirmation click action to remove the member.

Link copied to clipboard

Represents the rename channel click action.

Link copied to clipboard

Represents the unhide channel click action.

Link copied to clipboard

Represents the unmute channel click action.

Link copied to clipboard
data class UserInfoClick(val user: User) : ChannelInfoViewAction

Represents the user info click action.