Webex::Models::Message
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attachments=(attachments : Array(Attachment) | Nil)
Message content attachments attached to the message.
html
The text content of the message, in HTML format. This read-only property is used by the Webex Teams clients.
html=(html : String | Nil)
The text content of the message, in HTML format. This read-only property is used by the Webex Teams clients.
mentioned_groups=(mentioned_groups : Array(String) | Nil)
Group names for the groups mentioned in the message.
mentioned_people=(mentioned_people : Array(String) | Nil)
People IDs for anyone mentioned in the message.
to_person_email=(to_person_email : String | Nil)
The email address of the recipient when sending a 1:1 message.
to_person_id=(to_person_id : String | Nil)
The person ID of the recipient when sending a 1:1 message.