OpenWebApp constructor

OpenWebApp({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int53? bot_user_id,
  5. string? url,
  6. ThemeParameters? theme,
  7. string? application_name,
  8. int53? message_thread_id,
  9. int53? reply_to_message_id,
})

Implementation

OpenWebApp({
  super.extra,
  super.client_id,
  this.chat_id,
  this.bot_user_id,
  this.url,
  this.theme,
  this.application_name,
  this.message_thread_id,
  this.reply_to_message_id,
});