teleproto - v1.229.0
    Preparing search index...

    Interface StarsSubscriptionPricingIn

    interface StarsSubscriptionPricingIn {
        _?: "starsSubscriptionPricing";
        amount: BigInteger;
        period: number;
    }
    Index
    _?: "starsSubscriptionPricing"
    amount: BigInteger
    period: number