2017-05-28 04:49:19 +02:00
|
|
|
---
|
|
|
|
title: sendMessageUploadPhotoAction
|
2017-08-25 15:05:53 +02:00
|
|
|
description: sendMessageUploadPhotoAction attributes, type and example
|
2017-05-28 04:49:19 +02:00
|
|
|
---
|
|
|
|
## Constructor: sendMessageUploadPhotoAction\_17
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2017-07-23 16:33:46 +02:00
|
|
|
$sendMessageUploadPhotoAction_17 = ['_' => 'sendMessageUploadPhotoAction'];
|
2017-05-28 04:49:19 +02:00
|
|
|
```
|
|
|
|
|
2017-07-23 16:11:02 +02:00
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
|
|
|
|
```
|
2017-07-23 16:33:46 +02:00
|
|
|
{"_": "sendMessageUploadPhotoAction"}
|
2017-07-23 16:11:02 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2017-05-28 04:49:19 +02:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2017-07-23 16:33:46 +02:00
|
|
|
sendMessageUploadPhotoAction_17={_='sendMessageUploadPhotoAction'}
|
2017-05-28 04:49:19 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|