teleproto - v1.229.0
    Preparing search index...

    Interface InputStorePaymentPremiumGiftCodeIn

    interface InputStorePaymentPremiumGiftCodeIn {
        _: "inputStorePaymentPremiumGiftCode";
        amount: BigInteger;
        boostPeer?: TypeInputPeerIn;
        currency: string;
        message?: TextWithEntitiesIn;
        users: TypeInputUserIn[];
    }
    Index
    _: "inputStorePaymentPremiumGiftCode"
    amount: BigInteger
    boostPeer?: TypeInputPeerIn
    currency: string