MadelineProto/docs/API_docs/constructors/sendMessageUploadPhotoAction.md

18 lines
370 B
Markdown
Raw Normal View History

## Constructor: sendMessageUploadPhotoAction
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|progress|[int](../types/int.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$sendMessageUploadPhotoAction = ['_' => sendMessageUploadPhotoAction', 'progress' => int, ];
```