teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetExportedChatInvitesParams

    interface MessagesGetExportedChatInvitesParams {
        adminId: EntityLike;
        limit: number;
        offsetDate?: number;
        offsetLink?: string;
        peer: EntityLike;
        revoked?: boolean;
    }
    Index
    adminId: EntityLike

    Whether to only fetch chat invites from this admin

    limit: number

    Maximum number of results to return, see pagination

    offsetDate?: number

    Offsets for pagination, for more info click here

    offsetLink?: string

    Offsets for pagination, for more info click here

    peer: EntityLike

    Chat

    revoked?: boolean

    Whether to fetch revoked chat invites