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