ChannelOptionItemVisibility
data class ChannelOptionItemVisibility(val isViewInfoVisible: Boolean = true, val isLeaveChannelVisible: Boolean = true, val isMuteChannelVisible: Boolean = true, val isArchiveChannelVisible: Boolean = false, val isPinChannelVisible: Boolean = false, val isDeleteChannelVisible: Boolean = true)
Controls option visibility in the channel options menu.
Parameters
isViewInfoVisible
Visibility of the view channel info option.
isLeaveChannelVisible
Visibility of the leave channel option.
isMuteChannelVisible
Visibility of the mute channel option.
isArchiveChannelVisible
Visibility of the archive channel option.
isPinChannelVisible
Visibility of the pin channel option.
isDeleteChannelVisible
Visibility of the delete channel option.