GetWebAppUrl constructor

GetWebAppUrl({
  1. String? extra,
  2. int? client_id,
  3. int53? bot_user_id,
  4. string? url,
  5. ThemeParameters? theme,
  6. string? application_name,
})

Implementation

GetWebAppUrl({
  super.extra,
  super.client_id,
  this.bot_user_id,
  this.url,
  this.theme,
  this.application_name,
});