# 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}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.