teleproto - v1.229.0
    Preparing search index...

    Interface LabeledPriceIn

    interface LabeledPriceIn {
        _?: "labeledPrice";
        amount: BigInteger;
        label: string;
    }
    Index
    _?: "labeledPrice"
    amount: BigInteger
    label: string