Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model.service
/
ServiceAction
/
Reaction
Reaction
common
data
class
Reaction
(
val
emoji
:
String
,
val
replyId
:
Int
,
val
contactKey
:
String
)
:
ServiceAction
(
source
)
Members
Constructors
Reaction
Link copied to clipboard
common
constructor
(
emoji
:
String
,
replyId
:
Int
,
contactKey
:
String
)
Properties
contact
Key
Link copied to clipboard
common
val
contactKey
:
String
emoji
Link copied to clipboard
common
val
emoji
:
String
reply
Id
Link copied to clipboard
common
val
replyId
:
Int