MadelineProtoDocs/docs/API_docs/constructors/sendMessageUploadPhotoActio...

555 B

title description image
sendMessageUploadPhotoAction User is uploading a photo. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: sendMessageUploadPhotoAction_17

Back to constructors index

User is uploading a photo.

Type: SendMessageAction

Example:

$sendMessageUploadPhotoAction_17 = ['_' => 'sendMessageUploadPhotoAction'];

Or, if you're into Lua:

sendMessageUploadPhotoAction_17={_='sendMessageUploadPhotoAction'}