AnswerShippingQuery constructor

AnswerShippingQuery({
  1. String? extra,
  2. int? client_id,
  3. int64? shipping_query_id,
  4. vector<ShippingOption>? shipping_options,
  5. string? error_message,
})

Implementation

AnswerShippingQuery({
  super.extra,
  super.client_id,
  this.shipping_query_id,
  this.shipping_options,
  this.error_message,
});