Interface ChatMemberStatusLeft

The user or the chat is not a chat member. Subtype of ChatMemberStatus.

interface ChatMemberStatusLeft {
    @type: "chatMemberStatusLeft";
}

Properties

Properties

@type: "chatMemberStatusLeft"