AnswerShippingQuery constructor

AnswerShippingQuery(
  1. {required int64 shipping_query_id,
  2. required List<ShippingOption> shipping_options,
  3. required String error_message,
  4. int? extra,
  5. int? clientId}
)

Sets the result of a shipping query; for bots only

Returns Ok

Implementation

AnswerShippingQuery