GetLoginUrl constructor

GetLoginUrl({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int53? message_id,
  5. int53? button_id,
  6. Bool? allow_write_access,
})

Implementation

GetLoginUrl({
  super.extra,
  super.client_id,
  this.chat_id,
  this.message_id,
  this.button_id,
  this.allow_write_access,
});