4baac3178e
Add PHP, Lua language tag to Code area
718 B
718 B
title | description | image |
---|---|---|
account.takeout | account_takeout attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: account.takeout
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
Type: account_Takeout
Example:
$account_takeout = ['_' => 'account.takeout', 'id' => long];
PWRTelegram json-encoded version:
{"_": "account.takeout", "id": long}
Or, if you're into Lua:
account_takeout={_='account.takeout', id=long}