class ChatMemberLeft implements ChatMemberInterface

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

Methods

__construct(string $status, User $user)

No description

string
getStatus()

The member's status in the chat, always “left”.

getUser()

Information about the user.

Details

at line 14
__construct(string $status, User $user)

No description

Parameters

string $status
User $user

at line 23
string getStatus()

The member's status in the chat, always “left”.

Return Value

string

at line 31
User getUser()

Information about the user.

Return Value

User