MadelineProtoDocs/docs/API_docs/constructors/keyboardButtonUrlAuth.md

975 B

title description image
keyboardButtonUrlAuth Url authorization request https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: keyboardButtonUrlAuth

Back to constructors index

Url authorization request

Attributes:

Name Type Required Description
text string Yes Text
fwd_text string Optional Forward text
url string Yes URL
button_id int Yes Button ID

Type: KeyboardButton

Example:

$keyboardButtonUrlAuth = ['_' => 'keyboardButtonUrlAuth', 'text' => 'string', 'fwd_text' => 'string', 'url' => 'string', 'button_id' => int];

Or, if you're into Lua:

keyboardButtonUrlAuth={_='keyboardButtonUrlAuth', text='string', fwd_text='string', url='string', button_id=int}