PostToSend

@Serializable
data class PostToSend(val channelId: ChannelId, val message: String, val props: JsonObject)

Constructors

Link copied to clipboard
constructor(channelId: ChannelId, message: String, props: JsonObject)

Properties

Link copied to clipboard
@SerialName(value = "channel_id")
val channelId: ChannelId
Link copied to clipboard
Link copied to clipboard
val props: JsonObject