mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 22:17:45 +01:00
686 B
686 B
title | description |
---|---|
sendMessageUploadPhotoAction | User uploads a photo |
Constructor: sendMessageUploadPhotoAction
User uploads a photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
progress | int | Yes | Upload progress in percents |
Type: SendMessageAction
Example:
$sendMessageUploadPhotoAction = ['_' => 'sendMessageUploadPhotoAction', 'progress' => int, ];
Or, if you're into Lua:
sendMessageUploadPhotoAction={_='sendMessageUploadPhotoAction', progress=int, }