Kotlin Mattermost Client
Toggle table of contents
0.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Mattermost Client
mattermost-client
/
dev.limebeck.mattermost.types.internal
/
PostToSend
Post
To
Send
@
Serializable
data
class
PostToSend
(
val
channelId
:
ChannelId
,
val
message
:
String
,
val
props
:
JsonObject
)
Members
Constructors
Post
To
Send
Link copied to clipboard
constructor
(
channelId
:
ChannelId
,
message
:
String
,
props
:
JsonObject
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
ChannelId
message
Link copied to clipboard
val
message
:
String
props
Link copied to clipboard
val
props
:
JsonObject