account.initTakeoutSession
Intialize account takeout session
Example
TL schema
Parameters
Name | Type | Description |
flags | Flags, see TL conditional fields | |
contacts | Whether to export contacts | |
message_users | Whether to export messages in private chats | |
message_chats | Whether to export messages in legacy groups | |
message_megagroups | Whether to export messages in supergroups | |
message_channels | Whether to export messages in channels | |
files | Whether to export files | |
file_max_size | Maximum size of files to export |
Result
Possible errors
Code | Type | Description |
420 | TAKEOUT_INIT_DELAY_X | Wait X seconds before initing takeout |
Can bots use this methd ?
yes
Related pages
How to handle channels, supergroups, groups, and what's the difference between them.
Last updated