Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-data
/
org.meshtastic.core.data.ai
/
SendMessageResult
/
Success
Success
data
class
Success
(
val
messageId
:
Int
,
val
channel
:
String
,
val
timestamp
:
Long
)
:
SendMessageResult
(
source
)
Message was successfully queued for transmission.
Members
Constructors
Success
Link copied to clipboard
constructor
(
messageId
:
Int
,
channel
:
String
,
timestamp
:
Long
)
Properties
channel
Link copied to clipboard
val
channel
:
String
message
Id
Link copied to clipboard
val
messageId
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Long