class

Webex::Api::Rooms

Inherits Reference < Object

Constructors

new(session : Session)
Source

Instance methods

create(room_id : String = "", parent_id : String = "", to_person_id : String = "", to_person_email : String = "", text : String = "", markdown : String = "") : Models::Message
Source
get(message_id : String) : Models::Message
Source
list(room_id : String, parent_id : String = "", mentioned_people : String = "", before : String = "", before_message : String = "", max : Int32 = 50) : Array(Models::Message)
Source
list_direct(person_id : String = "", person_email : String = "", parent_id : String = "") : Array(Models::Message)
Source