Interface ChatMemberLeft

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

interface ChatMemberLeft {
    status: "left";
    user: User;
}

Properties

Properties

status: "left"

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

user: User

Information about the user