Complete the history import process, importing all messages into the chat.
To be called only after initializing the import with messages.initHistoryImport and uploading all files using messages.uploadImportedMedia.
boolFalse#bc799737 = Bool;
boolTrue#997275b5 = Bool;
---functions---
messages.startHistoryImport#b43df344 peer:InputPeer import_id:long = Bool;
Name | Type | Description |
---|---|---|
peer | InputPeer | The Telegram chat where the messages should be imported, click here for more info » |
import_id | long | Identifier of a history import session, returned by messages.initHistoryImport. |
Code | Type | Description |
---|---|---|
400 | IMPORT_ID_INVALID | The specified import ID is invalid. |
Telegram allows importing messages and media from foreign chat apps.
Import chat history from a foreign chat app into a specific Telegram chat, click here for more info about imported chats ».
Upload a media file associated with an imported chat, click here for more info ».