GetLoginUrl constructor

GetLoginUrl({
  1. required int chatId,
  2. required int messageId,
  3. required int buttonId,
  4. required bool allowWriteAccess,
})

Implementation

GetLoginUrl({
  required this.chatId,
  required this.messageId,
  required this.buttonId,
  required this.allowWriteAccess,
});