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
/
DirectMessage
/
DirectMessage
Direct
Message
constructor
(
channelId
:
ChannelId
,
userId
:
UserId
,
text
:
String
,
userName
:
String
,
attachments
:
List
<
Attachment
>
=
emptyList()
)