MadelineProtoDocs/docs/API_docs/constructors/sendMessageHistoryImportAction.md

30 lines
722 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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];
```