27 lines
531 B
Markdown
27 lines
531 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, ];
|
||
|
```
|
||
|
|