teleproto - v1.229.0
    Preparing search index...

    Interface StarsAmountIn

    interface StarsAmountIn {
        _: "starsAmount";
        amount: BigInteger;
        nanos: number;
    }
    Index
    _: "starsAmount"
    amount: BigInteger
    nanos: number