ChatChannelUpdateParams

data class ChatChannelUpdateParams(val displayName: String? = null, val displayPictureUrl: String? = null, val memberIds: List<String>? = null, val visibility: ChatChannel.ChannelVisibility? = null)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, displayPictureUrl: String? = null, memberIds: List<String>? = null, visibility: ChatChannel.ChannelVisibility? = null)

Properties

Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
Link copied to clipboard
val memberIds: List<String>? = null
Link copied to clipboard