InputKeyboardButtonUrlAuth
---types---
inputKeyboardButtonUrlAuth#68013e72 flags:# request_write_access:flags.0?true style:flags.10?KeyboardButtonStyle text:string fwd_text:flags.1?string url:string bot:InputUser = KeyboardButton
Belongs to
This type can be an instance of either:
Members
| text | string | |
| url | string | |
| bot | InputUser | Anything entity-like will work if the library can find its Input version (e.g., usernames, Peer, User or Channel objects, etc.). |
| request_write_access | flag | This argument defaults to None and can be omitted. |
| style | KeyboardButtonStyle | This argument defaults to None and can be omitted. |
| fwd_text | string | This argument defaults to None and can be omitted. |