31 lines
489 B
Markdown
31 lines
489 B
Markdown
|
---
|
||
|
title: sendMessageUploadPhotoAction17
|
||
|
description: sendMessageUploadPhotoAction17 attributes, type and example
|
||
|
---
|
||
|
## Constructor: sendMessageUploadPhotoAction17
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageUploadPhotoAction17 = ['_' => 'sendMessageUploadPhotoAction17', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
sendMessageUploadPhotoAction17={_='sendMessageUploadPhotoAction17', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|