BotsAnswerWebhookJSONQuery constructor
const
BotsAnswerWebhookJSONQuery({
- required int queryId,
- required DataJSONBase data,
Bots Answer Webhook J S O N Query constructor.
Implementation
const BotsAnswerWebhookJSONQuery({required this.queryId, required this.data})
: super._();