Constructor: inputInlineButtonTypeUrlAuth
Attributes:
| Name | Type | Required |
|---|---|---|
| request_write_access | Bool | Optional |
| fwd_text | string | Optional |
| url | string | Yes |
| bot | InputUser | Optional |
Type: InlineButtonType
Example:
$inputInlineButtonTypeUrlAuth = ['_' => 'inputInlineButtonTypeUrlAuth', 'request_write_access' => Bool, 'fwd_text' => 'string', 'url' => 'string', 'bot' => InputUser];