AnswerCallbackQuery constructor

AnswerCallbackQuery({
  1. String? extra,
  2. int? client_id,
  3. int64? callback_query_id,
  4. string? text,
  5. Bool? show_alert,
  6. string? url,
  7. int32? cache_time,
})

Implementation

AnswerCallbackQuery({
  super.extra,
  super.client_id,
  this.callback_query_id,
  this.text,
  this.show_alert,
  this.url,
  this.cache_time,
});