UpdateWebAppMessageSent constructor

UpdateWebAppMessageSent({
  1. String? extra,
  2. int? client_id,
  3. int64? web_app_launch_id,
})

Implementation

UpdateWebAppMessageSent({
  super.extra,
  super.client_id,
  this.web_app_launch_id,
});