teleproto - v1.229.0
    Preparing search index...

    Interface InputStorePaymentStarsTopupIn

    interface InputStorePaymentStarsTopupIn {
        _: "inputStorePaymentStarsTopup";
        amount: BigInteger;
        currency: string;
        spendPurposePeer?: TypeInputPeerIn;
        stars: BigInteger;
    }
    Index
    _: "inputStorePaymentStarsTopup"
    amount: BigInteger
    currency: string
    spendPurposePeer?: TypeInputPeerIn
    stars: BigInteger