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