MadelineProtoDocs/old_docs/API_docs_v102/constructors/account_takeout.md

39 lines
613 B
Markdown
Raw Normal View History

2019-06-24 15:45:02 +02:00
---
title: account.takeout
description: Takeout
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: account.takeout
[Back to constructors index](index.md)
Takeout
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](../types/long.md) | Yes|ID|
### Type: [account\_Takeout](../types/account_Takeout.md)
### Example:
```php
$account_takeout = ['_' => 'account.takeout', 'id' => long];
```
Or, if you're into Lua:
```lua
account_takeout={_='account.takeout', id=long}
```