class Tourmaline::ChatMember
- Tourmaline::ChatMember
- Reference
- Object
Included Modules
- JSON::Serializable
- Tourmaline::Model
Defined in:
tourmaline/models/chat_member.crConstructors
Class Method Summary
Instance Method Summary
- #can_add_web_page_previews : Bool | Nil
- #can_be_edited : Bool | Nil
- #can_change_info : Bool | Nil
- #can_delete_messages : Bool | Nil
- #can_edit_messages : Bool | Nil
- #can_invite_users : Bool | Nil
- #can_manage_chat : Bool | Nil
- #can_pin_messages : Bool | Nil
- #can_post_messages : Bool | Nil
- #can_promote_members : Bool | Nil
- #can_restrict_members : Bool | Nil
- #can_send_media_messages : Bool | Nil
- #can_send_messages : Bool | Nil
- #can_send_other_messages : Bool | Nil
- #can_send_polls : Bool | Nil
- #chat_id : Int64
- #chat_id=(chat_id : Int64)
- #chat_id? : Int64 | Nil
- #custom_title : String | Nil
-
#inviter : User | Nil
USER API ONLY
- #is_anonymous : Bool | Nil
- #is_member : Bool | Nil
- #joined_date : Time | Nil
- #kick(until_date = nil)
- #promote(**permissions)
- #restrict(permissions, until_date = nil)
- #status : String
- #unban
- #until_date : Time | Nil
- #user : User