InlineKeyboardButtonTypeLoginUrl constructor

InlineKeyboardButtonTypeLoginUrl(
  1. {required String url,
  2. required int id,
  3. required String forward_text,
  4. int? extra,
  5. int? clientId}
)

A button that opens a specified URL and automatically authorize the current user by calling getLoginUrlInfo

Implementation

InlineKeyboardButtonTypeLoginUrl