teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSetBotShippingResultsParams

    interface MessagesSetBotShippingResultsParams {
        error?: string;
        queryId: BigInteger;
        shippingOptions?: ShippingOptionIn[];
    }
    Index
    error?: string

    Error message in human readable form that explains why it is impossible to complete the order (e.g. "Sorry, delivery to your desired address is unavailable"). Telegram will display this message to the user.

    queryId: BigInteger

    Unique identifier for the query to be answered

    shippingOptions?: ShippingOptionIn[]

    A vector of available shipping options.