messages.startHistoryImport

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 »

Parameters

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.

Result

Bool

Possible errors

Code Type Description
400 IMPORT_ID_INVALID The specified import ID is invalid.

Related pages

Imported messages

Telegram allows importing messages and media from foreign chat apps.

messages.initHistoryImport

Import chat history from a foreign chat app into a specific Telegram chat, click here for more info about imported chats ».

messages.uploadImportedMedia

Upload a media file associated with an imported chat, click here for more info ».