ultra-telegram-framework
    Preparing search index...

    Interface ChatMemberMember

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

    interface ChatMemberMember {
        status: string;
        tag?: string;
        until_date?: number;
        user: User;
    }
    Index

    Properties

    status: string

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

    tag?: string

    Optional. Tag of the member

    until_date?: number

    Optional. Date when the user's subscription will expire; Unix time

    user: User

    Information about the user