34 lines
691 B
Markdown
34 lines
691 B
Markdown
|
---
|
||
|
title: urlAuthResultDefault
|
||
|
description: Details about an accepted authorization request, for more info [click here »](https://core.telegram.org/api/url-authorization)
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: urlAuthResultDefault
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Details about an accepted authorization request, for more info [click here »](https://core.telegram.org/api/url-authorization)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [UrlAuthResult](../types/UrlAuthResult.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$urlAuthResultDefault = ['_' => 'urlAuthResultDefault'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
urlAuthResultDefault={_='urlAuthResultDefault'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|