ultra-telegram-framework
    Preparing search index...

    Interface ChatMemberLeft

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

    interface ChatMemberLeft {
        status: string;
        user: User;
    }
    Index

    Properties

    Properties

    status: string

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

    user: User

    Information about the user