teleproto - v1.229.0
    Preparing search index...

    Interface MessagesEditExportedChatInviteParams

    interface MessagesEditExportedChatInviteParams {
        expireDate?: number;
        link: string;
        peer: EntityLike;
        requestNeeded?: boolean;
        revoked?: boolean;
        title?: string;
        usageLimit?: number;
    }
    Index
    expireDate?: number

    New expiration date

    link: string

    Invite link

    peer: EntityLike

    Chat

    requestNeeded?: boolean

    Whether admin confirmation is required before admitting each separate user into the chat

    revoked?: boolean

    Whether to revoke the chat invite

    title?: string

    Description of the invite link, visible only to administrators

    usageLimit?: number

    Maximum number of users that can join using this link