34 lines
545 B
Markdown
34 lines
545 B
Markdown
|
---
|
||
|
title: sendMessageUploadPhotoAction
|
||
|
description: User is uploading a photo.
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: sendMessageUploadPhotoAction
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
User is uploading a photo.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$sendMessageUploadPhotoAction = ['_' => 'sendMessageUploadPhotoAction'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
sendMessageUploadPhotoAction={_='sendMessageUploadPhotoAction'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|