teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetChatInviteImportersParams

    interface MessagesGetChatInviteImportersParams {
        limit: number;
        link?: string;
        offsetDate: number;
        offsetUser: EntityLike;
        peer: EntityLike;
        q?: string;
        requested?: boolean;
        subscriptionExpired?: boolean;
    }
    Index
    limit: number

    Maximum number of results to return, see pagination

    link?: string

    Invite link

    offsetDate: number

    Offsets for pagination, for more info click here

    offsetUser: EntityLike

    User ID for pagination : if set, offset_date must also be set.

    peer: EntityLike

    Chat

    q?: string

    Search for a user in the pending join requests » list: only available when the requested flag is set, cannot be used together with a specific link .

    requested?: boolean

    If set, only returns info about users with pending join requests »

    subscriptionExpired?: boolean

    Set this flag if the link is a Telegram Star subscription link » and only members with already expired subscription must be returned.