PatchChannelTopic

@Serializable
data class PatchChannelTopic(val topic: String?)(source)

Constructors

Link copied to clipboard
constructor(topic: String?)

Properties

Link copied to clipboard
@SerialName(value = "topic")
val topic: String?