Interface MessageUsersShared

The current user shared users, which were requested by the bot. Subtype of MessageContent.

interface MessageUsersShared {
    @type: "messageUsersShared";
    button_id: number;
    users: SharedUser[];
}

Properties

Properties

@type: "messageUsersShared"
button_id: number

Identifier of the keyboard button with the request.

users: SharedUser[]

The shared users.