RenameChannel

data class RenameChannel(val name: String, val isReadOnly: Boolean) : ChannelInfoViewState.Content.Option

Indicates an option to rename the channel.

Parameters

name

The current name of the channel.

isReadOnly

Indicates if the channel is read-only.

Constructors

Link copied to clipboard
constructor(name: String, isReadOnly: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard