Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-takserver
/
org.meshtastic.core.takserver
/
CoTChat
Co
TChat
@
Serializable
data
class
CoTChat
(
val
message
:
String
,
val
senderCallsign
:
String
?
=
null
,
val
chatroom
:
String
=
"All Chat Rooms"
)
(
source
)
Members
Constructors
Co
TChat
Link copied to clipboard
constructor
(
message
:
String
,
senderCallsign
:
String
?
=
null
,
chatroom
:
String
=
"All Chat Rooms"
)
Properties
chatroom
Link copied to clipboard
val
chatroom
:
String
message
Link copied to clipboard
val
message
:
String
sender
Callsign
Link copied to clipboard
val
senderCallsign
:
String
?