1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:47:24 +01:00
MadelineProto/docs/API_docs/constructors/sendMessageUploadPhotoAction.md
2016-12-19 19:48:27 +03:00

17 lines
369 B
Markdown

## Constructor: sendMessageUploadPhotoAction
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|progress|[int](../types/int.md) | Required|
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
$sendMessageUploadPhotoAction = ['_' => sendMessageUploadPhotoAction', 'progress' => int, ];
```