class Tourmaline::ChatMemberLeft

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : String, user : Tourmaline::User) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def status : String #

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


[View source]
def status=(status : String) #

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


[View source]
def user : Tourmaline::User #

Information about the user


[View source]
def user=(user : Tourmaline::User) #

Information about the user


[View source]