Skip to content

class Tourmaline::ChatMemberLeft
inherits Reference #

Represents a chat member that isn't currently a member of the chat, but may join it themselves.

Included modules

JSON::Serializable

Constructors#

.new(status, user) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#status : String #

The member's status in the chat, always "left"

View source

#status=(status : String) #

The member's status in the chat, always "left"

View source

#user : Tourmaline::User #

Information about the user

View source

#user=(user : Tourmaline::User) #

Information about the user

View source