teleproto - v1.229.0
    Preparing search index...

    Interface InputStorePaymentStarsGiftIn

    interface InputStorePaymentStarsGiftIn {
        _: "inputStorePaymentStarsGift";
        amount: BigInteger;
        currency: string;
        stars: BigInteger;
        userId: TypeInputUserIn;
    }
    Index
    _: "inputStorePaymentStarsGift"
    amount: BigInteger
    currency: string
    stars: BigInteger