ultra-telegram-framework
    Preparing search index...

    Interface UsersShared

    This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.

    interface UsersShared {
        request_id: number;
        users: SharedUser[];
    }
    Index

    Properties

    Properties

    request_id: number

    Identifier of the request

    users: SharedUser[]

    Information about users shared with the bot.