GetLoginUrlInfo constructor

GetLoginUrlInfo(
  1. {required int chat_id,
  2. required int message_id,
  3. required int button_id,
  4. int? extra,
  5. int? clientId}
)

Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button

Returns LoginUrlInfo

Implementation

GetLoginUrlInfo