View Source ExTDLib.Object.InlineKeyboardButtonTypeLoginUrl (ExTDLib v0.0.4)
A button that opens a specified URL and automatically authorize the current user by calling getLoginUrlInfo.
| Name | Type | Description |
|---|---|---|
| url | string | An HTTP URL to pass to getLoginUrlInfo. |
| id | string | Unique button identifier. |
| forward_text | string | If non-empty, new text of the button in forwarded messages. |
More details on telegram's documentation.