--- title: account.takeout description: Takout info image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: account.takeout [Back to constructors index](index.md) Takout info ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[long](../types/long.md) | Yes|Takeout 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} ```