MadelineProto/docs/API_docs/constructors/sendMessageUploadPhotoAction.md
2016-12-20 13:32:11 +01:00

25 lines
526 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) | Required|
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
$sendMessageUploadPhotoAction = ['_' => sendMessageUploadPhotoAction', 'progress' => int, ];
```