teleproto - v1.229.0
    Preparing search index...

    Interface InputButtonTypeRequestPeerIn

    interface InputButtonTypeRequestPeerIn {
        _: "inputButtonTypeRequestPeer";
        buttonId: number;
        maxQuantity: number;
        nameRequested?: boolean;
        peerType: TypeRequestPeerTypeIn;
        photoRequested?: boolean;
        usernameRequested?: boolean;
    }
    Index
    _: "inputButtonTypeRequestPeer"
    buttonId: number
    maxQuantity: number
    nameRequested?: boolean
    photoRequested?: boolean
    usernameRequested?: boolean