Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-docs
/
org.meshtastic.feature.docs.model
/
ChirpyMessage
Chirpy
Message
@
Serializable
data
class
ChirpyMessage
(
val
id
:
String
,
val
role
:
ChirpyRole
,
val
text
:
String
,
val
sources
:
List
<
SourceRef
>
=
emptyList()
)
(
source
)
A single message in the Chirpy conversation.
Members
Constructors
Chirpy
Message
Link copied to clipboard
constructor
(
id
:
String
,
role
:
ChirpyRole
,
text
:
String
,
sources
:
List
<
SourceRef
>
=
emptyList()
)
Properties
id
Link copied to clipboard
val
id
:
String
role
Link copied to clipboard
val
role
:
ChirpyRole
sources
Link copied to clipboard
val
sources
:
List
<
SourceRef
>
text
Link copied to clipboard
val
text
:
String