Webex::Api::Rooms
Inherits Reference < Object
Constructors
new(session : Session)
SourceInstance methods
create(room_id : String = "", parent_id : String = "", to_person_id : String = "", to_person_email : String = "", text : String = "", markdown : String = "") : Models::Message
Sourceget(message_id : String) : Models::Message
Sourcelist(room_id : String, parent_id : String = "", mentioned_people : String = "", before : String = "", before_message : String = "", max : Int32 = 50) : Array(Models::Message)
Sourcelist_direct(person_id : String = "", person_email : String = "", parent_id : String = "") : Array(Models::Message)
Source