Class TdApi.AnswerShippingQuery

  • Enclosing class:
    TdApi

    public static class TdApi.AnswerShippingQuery
    extends TdApi.Function
    Sets the result of a shipping query; for bots only.

    Returns Ok

    • Field Detail

      • shippingQueryId

        public long shippingQueryId
        Identifier of the shipping query.
      • errorMessage

        public java.lang.String errorMessage
        An error message, empty on success.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AnswerShippingQuery

        public AnswerShippingQuery()
        Default constructor.
      • AnswerShippingQuery

        public AnswerShippingQuery​(long shippingQueryId,
                                   TdApi.ShippingOption[] shippingOptions,
                                   java.lang.String errorMessage)
        Constructor for initialization of all fields.
        Parameters:
        shippingQueryId - Identifier of the shipping query.
        shippingOptions - Available shipping options.
        errorMessage - An error message, empty on success.