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
/
Broadcast
Broadcast
@
Serializable
data
class
Broadcast
(
val
userId
:
UserId
?
,
val
channelId
:
ChannelId
?
,
val
teamId
:
TeamId
?
,
val
connectionId
:
String
?
,
val
omitConnectionId
:
String
?
)
Members
Constructors
Broadcast
Link copied to clipboard
constructor
(
userId
:
UserId
?
,
channelId
:
ChannelId
?
,
teamId
:
TeamId
?
,
connectionId
:
String
?
,
omitConnectionId
:
String
?
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
ChannelId
?
connection
Id
Link copied to clipboard
@
SerialName
(
value
=
"connection_id"
)
val
connectionId
:
String
?
omit
Connection
Id
Link copied to clipboard
@
SerialName
(
value
=
"omit_connection_id"
)
val
omitConnectionId
:
String
?
team
Id
Link copied to clipboard
@
SerialName
(
value
=
"team_id"
)
val
teamId
:
TeamId
?
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId
?