2019-06-23 13:07:51 +02:00
|
|
|
---
|
|
|
|
title: urlAuthResultDefault
|
2019-12-27 17:48:04 +01:00
|
|
|
description: Details about an accepted authorization request, for more info [click here »](https://core.telegram.org/api/url-authorization)
|
2019-06-23 13:07:51 +02:00
|
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
|
|
---
|
|
|
|
# Constructor: urlAuthResultDefault
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-12-27 17:48:04 +01:00
|
|
|
Details about an accepted authorization request, for more info [click here »](https://core.telegram.org/api/url-authorization)
|
2019-06-23 13:07:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [UrlAuthResult](../types/UrlAuthResult.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```php
|
|
|
|
$urlAuthResultDefault = ['_' => 'urlAuthResultDefault'];
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
```lua
|
|
|
|
urlAuthResultDefault={_='urlAuthResultDefault'}
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|