class

Tourmaline::ChatMemberLeft

Inherits JSON::Serializable / Reference / Object

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

Constructors

new(status : String, user : Tourmaline::User)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

status

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

Source
status=(status : String)

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

Source
user

Information about the user

Source
user=(user : Tourmaline::User)

Information about the user

Source