37 lines
595 B
Markdown
37 lines
595 B
Markdown
---
|
|
title: sendMessageUploadPhotoAction
|
|
description: User uploads a photo
|
|
---
|
|
## Constructor: sendMessageUploadPhotoAction\_17
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User uploads a photo
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$sendMessageUploadPhotoAction_17 = ['_' => 'sendMessageUploadPhotoAction', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
sendMessageUploadPhotoAction_17={_='sendMessageUploadPhotoAction', }
|
|
|
|
```
|
|
|
|
|