Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
PlaceOS::Driver::Interface::ChatBot::Message
Inherits
JSON::Serializable
<
Struct
<
Value
<
Object
Constructors
new
(id :
PlaceOS::Driver::Interface::ChatBot::Id
, text :
String
)
Source
new
(pull :
JSON::PullParser
)
Source
new
(*, __pull_for_json_serializable pull :
JSON::PullParser
)
Source
Instance methods
id
Source
id=
(id :
Id
)
Source
text
The message, in plain text.
Source
text=
(text :
String
)
The message, in plain text.
Source