shared
1.27.0
shared/io.dyte.core.network.models/ParticipantChatPreset/ChatChannelPreset

ChatChannelPreset

@Serializable
data class ChatChannelPreset(val canCreate: ParticipantChatPreset.ChatChannelPreset.ChannelPermission, val canDelete: ParticipantChatPreset.ChatChannelPreset.ChannelPermission, val canUpdate: ParticipantChatPreset.ChatChannelPreset.ChannelPermission, val canReadAll: Boolean)

Constructors

ChatChannelPreset
Link copied to clipboard
constructor(canCreate: ParticipantChatPreset.ChatChannelPreset.ChannelPermission, canDelete: ParticipantChatPreset.ChatChannelPreset.ChannelPermission, canUpdate: ParticipantChatPreset.ChatChannelPreset.ChannelPermission, canReadAll: Boolean)

Types

ChannelPermission
Link copied to clipboard
@Serializable
enum ChannelPermission : Enum<ParticipantChatPreset.ChatChannelPreset.ChannelPermission>

Properties

canCreate
Link copied to clipboard
val canCreate: ParticipantChatPreset.ChatChannelPreset.ChannelPermission
canDelete
Link copied to clipboard
val canDelete: ParticipantChatPreset.ChatChannelPreset.ChannelPermission
canReadAll
Link copied to clipboard
val canReadAll: Boolean
canUpdate
Link copied to clipboard
val canUpdate: ParticipantChatPreset.ChatChannelPreset.ChannelPermission
© 2023 CopyrightGenerated by dokka