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.
Method schema is available as of layer 123. Switch »
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 ».