View Source ExTDLib.Method.GetLoginUrlInfo (ExTDLib v0.0.4)

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

NameTypeDescription
chat_idstringChat identifier of the message with the button.
message_idstringMessage identifier of the message with the button.
button_idstringButton identifier.

More details on telegram's documentation.