mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
722 B
722 B
title | description | nav_exclude | image |
---|---|---|---|
sendMessageHistoryImportAction | Chat history is being imported | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: sendMessageHistoryImportAction
Chat history is being imported
Attributes:
Name | Type | Required | Description |
---|---|---|---|
progress | int | Yes | Progress percentage |
Type: SendMessageAction
Example:
$sendMessageHistoryImportAction = ['_' => 'sendMessageHistoryImportAction', 'progress' => int];