class ChatMemberMember implements ChatMemberInterface

Represents a chat member that has no additional privileges or restrictions.

Methods

__construct(string $status, User $user)

No description

string
getStatus()

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

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 “member”.

Return Value

string

at line 31
User getUser()

Information about the user.

Return Value

User