MessagesSetBotShippingResults constructor

const MessagesSetBotShippingResults({
  1. required int queryId,
  2. String? error,
  3. List<ShippingOptionBase>? shippingOptions,
})

Messages Set Bot Shipping Results constructor.

Implementation

const MessagesSetBotShippingResults({
  required this.queryId,
  this.error,
  this.shippingOptions,
}) : super._();