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
Direct
Message
data
class
DirectMessage
(
val
channelId
:
ChannelId
,
val
userId
:
UserId
,
val
text
:
String
,
val
userName
:
String
,
val
attachments
:
List
<
Attachment
>
=
emptyList()
)
Members
Constructors
Direct
Message
Link copied to clipboard
constructor
(
channelId
:
ChannelId
,
userId
:
UserId
,
text
:
String
,
userName
:
String
,
attachments
:
List
<
Attachment
>
=
emptyList()
)
Properties
attachments
Link copied to clipboard
val
attachments
:
List
<
Attachment
>
channel
Id
Link copied to clipboard
val
channelId
:
ChannelId
text
Link copied to clipboard
val
text
:
String
user
Id
Link copied to clipboard
val
userId
:
UserId
user
Name
Link copied to clipboard
val
userName
:
String