class Cisco::Webex::Models::Message
- Cisco::Webex::Models::Message
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
cisco/webex/models/message.crConstructors
Instance Method Summary
-
#attachments : Array(String) | Nil
Message content attachments attached to the message.
-
#attachments=(attachments : Array(String) | Nil)
Message content attachments attached to the message.
-
#created : String
The date and time the message was created.
-
#created=(created : String)
The date and time the message was created.
-
#files : Array(String) | Nil
Public URLs for files attached to the message.
-
#files=(files : Array(String) | Nil)
Public URLs for files attached to the message.
-
#html : String | Nil
The text content of the message, in HTML format.
-
#html=(html : String | Nil)
The text content of the message, in HTML format.
-
#id : String
The unique identifier for the message.
-
#id=(id : String)
The unique identifier for the message.
-
#markdown : String | Nil
The message, in Markdown format.
-
#markdown=(markdown : String | Nil)
The message, in Markdown format.
-
#mentioned_groups : Array(String) | Nil
Group names for the groups mentioned in the message.
-
#mentioned_groups=(mentioned_groups : Array(String) | Nil)
Group names for the groups mentioned in the message.
-
#mentioned_people : Array(String) | Nil
People IDs for anyone mentioned in the message.
-
#mentioned_people=(mentioned_people : Array(String) | Nil)
People IDs for anyone mentioned in the message.
-
#parent_id : String | Nil
The unique identifier for the parent message.
-
#parent_id=(parent_id : String | Nil)
The unique identifier for the parent message.
-
#person_email : String
The email address of the message author.
-
#person_email=(person_email : String)
The email address of the message author.
-
#person_id : String
The person ID of the message author.
-
#person_id=(person_id : String)
The person ID of the message author.
-
#room_id : String
The room ID of the message.
-
#room_id=(room_id : String)
The room ID of the message.
-
#room_type : String
The type of room.
-
#room_type=(room_type : String)
The type of room.
-
#text : String
The message, in plain text.
-
#text=(text : String)
The message, in plain text.
-
#to_person_email : String | Nil
The email address of the recipient when sending a 1:1 message.
-
#to_person_email=(to_person_email : String | Nil)
The email address of the recipient when sending a 1:1 message.
-
#to_person_id : String | Nil
The person ID 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.
-
#updated : String | Nil
The date and time the message was created.
-
#updated=(updated : String | Nil)
The date and time the message was created.
Constructor Detail
Instance Method Detail
Message content attachments attached to the message.
The text content of the message, in HTML format. This read-only property is used by the Webex Teams clients.
The text content of the message, in HTML format. This read-only property is used by the Webex Teams clients.
Group names for the groups mentioned in the message.
People IDs for anyone mentioned in the message.
The email address of the recipient when sending a 1:1 message.
The person ID of the recipient when sending a 1:1 message.