teleproto - v1.229.0
    Preparing search index...

    Interface ShippingOptionIn

    interface ShippingOptionIn {
        _?: "shippingOption";
        id: string;
        prices: LabeledPriceIn[];
        title: string;
    }
    Index
    _?: "shippingOption"
    id: string
    prices: LabeledPriceIn[]
    title: string