telegramsjs
    Preparing search index...

    Interface ShippingOption

    This object represents one shipping option.

    interface ShippingOption {
        id: string;
        prices: LabeledPrice[];
        title: string;
    }
    Index

    Properties

    Properties

    id: string

    Shipping option identifier

    prices: LabeledPrice[]

    List of price portions

    title: string

    Option title