1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
inputKeyboardButtonUrlAuth | Request authorization | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputKeyboardButtonUrlAuth
Request authorization
Attributes:
Name | Type | Required | Description |
---|---|---|---|
request_write_access | Bool | Optional | Request write access? |
text | string | Yes | Text |
fwd_text | string | Optional | Forward text |
url | string | Yes | URL |
bot | InputUser | Optional | Bot |
Type: KeyboardButton
Example:
$inputKeyboardButtonUrlAuth = ['_' => 'inputKeyboardButtonUrlAuth', 'request_write_access' => Bool, 'text' => 'string', 'fwd_text' => 'string', 'url' => 'string', 'bot' => InputUser];
Or, if you're into Lua:
inputKeyboardButtonUrlAuth={_='inputKeyboardButtonUrlAuth', request_write_access=Bool, text='string', fwd_text='string', url='string', bot=InputUser}