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
/
Post
/
Post
Post
constructor
(
channelId
:
ChannelId
,
message
:
String
,
userId
:
UserId
,
props
:
JsonObject
?
=
null
,
fileIds
:
List
<
String
>
?
=
null
,
metadata
:
PostMetadata
?
=
null
)