class Tourmaline::ChatMemberLeft
- Tourmaline::ChatMemberLeft
- Reference
- Object
Overview
Represents a chat member that isn't currently a member of the chat, but may join it themselves.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#status : String
The member's status in the chat, always "left"
-
#status=(status : String)
The member's status in the chat, always "left"
-
#user : Tourmaline::User
Information about the user
-
#user=(user : Tourmaline::User)
Information about the user