messages.checkHistoryImportPeer

Check whether chat history exported from another chat app can be imported into a specific Telegram chat, click here for more info ».

If the check succeeds, and no RPC errors are returned, a messages.CheckedHistoryImportPeer constructor will be returned, with a confirmation text to be shown to the user, before actually initializing the import.

messages.checkedHistoryImportPeer#a24de717 confirm_text:string = messages.CheckedHistoryImportPeer;
---functions---
messages.checkHistoryImportPeer#5dc60f03 peer:InputPeer = messages.CheckedHistoryImportPeer;

Parameters

Name Type Description
peer InputPeer The chat where we want to import history ».

Result

messages.CheckedHistoryImportPeer

Possible errors

Code Type Description
400 CHAT_ADMIN_REQUIRED You must be an admin in this chat to do this.
400 PEER_ID_INVALID The provided peer id is invalid.
400 USER_NOT_MUTUAL_CONTACT The provided user is not a mutual contact.

Related pages

Imported messages

Telegram allows importing messages and media from foreign chat apps.

messages.CheckedHistoryImportPeer

Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info ».