Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
PersistedReactionId
Persisted
Reaction
Id
data
class
PersistedReactionId
(
val
myNodeNum
:
Int
,
val
replyId
:
Int
,
val
userId
:
String
,
val
emoji
:
String
)
(
source
)
Stable identity of one persisted reaction row within its owning node database.
Members
Constructors
Persisted
Reaction
Id
Link copied to clipboard
constructor
(
myNodeNum
:
Int
,
replyId
:
Int
,
userId
:
String
,
emoji
:
String
)
Properties
emoji
Link copied to clipboard
val
emoji
:
String
my
Node
Num
Link copied to clipboard
val
myNodeNum
:
Int
reply
Id
Link copied to clipboard
val
replyId
:
Int
user
Id
Link copied to clipboard
val
userId
:
String