teleproto - v1.229.0
    Preparing search index...

    Interface InputStorePaymentGiftPremiumIn

    interface InputStorePaymentGiftPremiumIn {
        _: "inputStorePaymentGiftPremium";
        amount: BigInteger;
        currency: string;
        userId: TypeInputUserIn;
    }
    Index
    _: "inputStorePaymentGiftPremium"
    amount: BigInteger
    currency: string