--- title: sendMessageUploadPhotoAction description: Send message upload photo action image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: sendMessageUploadPhotoAction\_17 [Back to constructors index](index.md) Send message upload photo action ### Type: [SendMessageAction](../types/SendMessageAction.md) ### Example: ```php $sendMessageUploadPhotoAction_17 = ['_' => 'sendMessageUploadPhotoAction']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "sendMessageUploadPhotoAction"} ``` Or, if you're into Lua: ```lua sendMessageUploadPhotoAction_17={_='sendMessageUploadPhotoAction'} ```