ChatPostMessageResponse

@JsonSerializable
data class ChatPostMessageResponse(val channel: ChannelId, val ts: String)

Constructors

Link copied to clipboard
constructor(channel: ChannelId, ts: String)

Properties

Link copied to clipboard
Link copied to clipboard
val ts: String