MadelineProto/docs/API_docs/constructors/sendMessageUploadPhotoAction17.md

31 lines
489 B
Markdown
Raw Normal View History

2017-05-27 22:21:14 +01:00
---
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', }
```