mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
663 B
663 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
account.takeout | Takeout info | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_takeout.html |
Constructor: account.takeout
Takeout info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Takeout ID |
Type: account.Takeout
Example:
$account_takeout = ['_' => 'account.takeout', 'id' => long];