MadelineProto/docs/API_docs/constructors/sendMessageUploadPhotoAction_17.md
2017-08-25 15:05:53 +02:00

38 lines
591 B
Markdown

---
title: sendMessageUploadPhotoAction
description: sendMessageUploadPhotoAction attributes, type and example
---
## Constructor: sendMessageUploadPhotoAction\_17
[Back to constructors index](index.md)
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
$sendMessageUploadPhotoAction_17 = ['_' => 'sendMessageUploadPhotoAction'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "sendMessageUploadPhotoAction"}
```
Or, if you're into Lua:
```
sendMessageUploadPhotoAction_17={_='sendMessageUploadPhotoAction'}
```