MadelineProto/old_docs/API_docs_v38/constructors/sendMessageUploadPhotoAction.md
2017-07-23 16:11:02 +02:00

43 lines
771 B
Markdown

---
title: sendMessageUploadPhotoAction
description: sendMessageUploadPhotoAction attributes, type and example
---
## Constructor: sendMessageUploadPhotoAction
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|progress|[int](../types/int.md) | Yes|
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
$sendMessageUploadPhotoAction = ['_' => 'sendMessageUploadPhotoAction', 'progress' => int, ];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"sendMessageUploadPhotoAction","progress":"int"}
```
Or, if you're into Lua:
```
sendMessageUploadPhotoAction={_='sendMessageUploadPhotoAction', progress=int, }
```