AnswerShippingQuery constructor
const
AnswerShippingQuery({
- required int shippingQueryId,
- required List<
ShippingOption> shippingOptions, - required String errorMessage,
Sets the result of a shipping query; for bots only
Implementation
const AnswerShippingQuery({
required this.shippingQueryId,
required this.shippingOptions,
required this.errorMessage,
});