mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:17:46 +01:00
572 B
572 B
title | description |
---|---|
sendMessageUploadPhotoAction | sendMessageUploadPhotoAction attributes, type and example |
Constructor: sendMessageUploadPhotoAction
Attributes:
Name | Type | Required |
---|
Type: SendMessageAction
Example:
$sendMessageUploadPhotoAction = ['_' => 'sendMessageUploadPhotoAction', ];
Or, if you're into Lua:
sendMessageUploadPhotoAction={_='sendMessageUploadPhotoAction', }