teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendBotRequestedPeerParams

    interface MessagesSendBotRequestedPeerParams {
        buttonId: number;
        msgId?: MessageIDLike;
        peer: EntityLike;
        requestedPeers: EntityLike[];
        webappReqId?: string;
    }
    Index
    buttonId: number

    The button_id field from the keyboardButtonRequestPeer constructor.

    msgId?: MessageIDLike

    ID of the message that contained the reply keyboard with the keyboardButtonRequestPeer button.

    peer: EntityLike

    The bot that sent the keyboardButtonRequestPeer button.

    requestedPeers: EntityLike[]

    The chosen peers.

    webappReqId?: string