629 B
629 B
title | description | image |
---|---|---|
account.takeout | Takout info | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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}