--- title: "messages.historyImport" description: "ID of a specific chat import session, click here for more info »." nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png redirect_from: /API_docs/constructors/messages_historyImport.html --- # Constructor: messages.historyImport [Back to constructors index](/API_docs/constructors/index.html) ID of a specific [chat import session, click here for more info »](https://core.telegram.org/api/import). ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[long](/API_docs/types/long.html) | Yes|[History import ID](https://core.telegram.org/api/import)| ### Type: [messages.HistoryImport](/API_docs/types/messages.HistoryImport.html) ### Example: ``` $messages_historyImport = ['_' => 'messages.historyImport', 'id' => long]; ```