teleproto - v1.229.0
    Preparing search index...

    Interface InputInvoiceStarGiftIn

    interface InputInvoiceStarGiftIn {
        _: "inputInvoiceStarGift";
        giftId: BigInteger;
        hideName?: boolean;
        includeUpgrade?: boolean;
        message?: TextWithEntitiesIn;
        peer: TypeInputPeerIn;
    }
    Index
    _: "inputInvoiceStarGift"
    giftId: BigInteger
    hideName?: boolean
    includeUpgrade?: boolean