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
/
NewChatStartedEvent
New
Chat
Started
Event
data
class
NewChatStartedEvent
(
val
userId
:
UserId
,
val
channelId
:
ChannelId
)
Members
Constructors
New
Chat
Started
Event
Link copied to clipboard
constructor
(
userId
:
UserId
,
channelId
:
ChannelId
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
ChannelId
user
Id
Link copied to clipboard
val
userId
:
UserId