BotsAnswerWebhookJSONQuery constructor

const BotsAnswerWebhookJSONQuery({
  1. required int queryId,
  2. required DataJSONBase data,
})

Bots Answer Webhook J S O N Query constructor.

Implementation

const BotsAnswerWebhookJSONQuery({required this.queryId, required this.data})
    : super._();