Documentation - v0.27.1
    Preparing search index...

    Interface ActionPeerSent

    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";
    }
    Index

    Properties

    Properties

    buttonId: number

    ID of the button passed earlier by the bot

    Brief information about the chosen peers

    type: "peer_sent"