GetLoginUrl constructor

GetLoginUrl(
  1. {required int chat_id,
  2. required int message_id,
  3. required int button_id,
  4. required bool allow_write_access,
  5. int? extra,
  6. int? clientId}
)

Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl.

Returns HttpUrl

Implementation

GetLoginUrl