A peer was chosen by the user after clicking on a RequestPeer button. The user-side version of ActionPeerChosen

interface ActionPeerSent {
    buttonId: number;
    peers: TypeRequestedPeer[];
    type: "peer_sent";
}

Properties

Properties

buttonId: number

ID of the button passed earlier by the bot

Brief information about the chosen peers

type: "peer_sent"