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>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier of the message with the button. |
| message_id | string | Message identifier of the message with the button. |
| button_id | string | Button identifier. |
More details on telegram's documentation.