class Telegram::API::ChatMemberLeft
- Telegram::API::ChatMemberLeft
- Telegram::API::Type
- Reference
- Object
Overview
Represents a chat member that isn't currently a member of the chat, but may join it themselves.
Defined in:
telegram/api/generated/types.crConstructors
- .new(status : String, user : User)
-
.new(pull : JSON::PullParser)
Represents a chat member that isn't currently a member of the chat, but may join it themselves.
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 : User
Information about the user
-
#user=(user : User)
Information about the user
Instance methods inherited from class Telegram::API::Type
==(other)
==,
client
client
Constructor methods inherited from class Telegram::API::Type
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
Represents a chat member that isn't currently a member of the chat, but may join it themselves.