ChannelOptionsVisibility
data class ChannelOptionsVisibility(val isViewInfoVisible: Boolean = true, val isLeaveChannelVisible: Boolean = true, val isMuteChannelVisible: Boolean = true, val isMuteUserVisible: 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.
isMuteUserVisible
Visibility of the mute user option (DM channels only).
isArchiveChannelVisible
Visibility of the archive channel option.
isPinChannelVisible
Visibility of the pin channel option.
isDeleteChannelVisible
Visibility of the delete channel option.