ultra-telegram-framework
    Preparing search index...

    Interface CreateChatInviteLinkParams

    interface CreateChatInviteLinkParams {
        chat_id: string | number;
        creates_join_request?: boolean;
        expire_date?: number;
        member_limit?: number;
        name?: string;
    }
    Index

    Properties

    chat_id: string | number

    Unique identifier for the target chat or username of the target channel in the format @username

    creates_join_request?: boolean

    True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified

    expire_date?: number

    Point in time (Unix timestamp) when the link will expire

    member_limit?: number

    The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999

    name?: string

    Invite link name; 0-32 characters