Interface UsersShared

This object contains information about the user whose identifier was shared with the bot using a KeyboardButtonRequestUsers button.

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

Properties

Properties

request_id: number

Identifier of the request

users: SharedUser[]

Information about users shared with the bot.