MadelineProto/docs/API_docs/constructors/sendMessageUploadPhotoAction_17.md

37 lines
595 B
Markdown
Raw Normal View History

2017-05-28 04:49:19 +02:00
---
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', }
```