mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
722 B
Markdown
30 lines
722 B
Markdown
|
---
|
||
|
title: "sendMessageHistoryImportAction"
|
||
|
description: "Chat history is being imported"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: sendMessageHistoryImportAction
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Chat history is being imported
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|progress|[int](/API_docs/types/int.html) | Yes|Progress percentage|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](/API_docs/types/SendMessageAction.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageHistoryImportAction = ['_' => 'sendMessageHistoryImportAction', 'progress' => int];
|
||
|
```
|