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;
Name | Type | Description |
---|---|---|
peer | InputPeer | The chat where we want to import history ». |
messages.CheckedHistoryImportPeer
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. |
Telegram allows importing messages and media from foreign chat apps.
Contains a confirmation text to be shown to the user, upon importing chat history, click here for more info ».