mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
907 B
907 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.historyImport | ID of a specific chat import session, click here for more info ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_historyImport.html |
Constructor: messages.historyImport
ID of a specific chat import session, click here for more info ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | History import ID |
Type: messages.HistoryImport
Example:
$messages_historyImport = ['_' => 'messages.historyImport', 'id' => long];