687 B
687 B
title | description | image | redirect_from |
---|---|---|---|
account.takeout | Takout info | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_takeout.html |
Constructor: account.takeout
Takout info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Takeout ID |
Type: account.Takeout
Example:
$account.takeout = ['_' => 'account.takeout', 'id' => long];
Or, if you're into Lua:
account.takeout={_='account.takeout', id=long}