860 B
860 B
title | description |
---|---|
inputChatUploadedPhoto | inputChatUploadedPhoto attributes, type and example |
Constructor: inputChatUploadedPhoto
Attributes:
Name | Type | Required |
---|---|---|
file | InputFile | Yes |
crop | InputPhotoCrop | Yes |
Type: InputChatPhoto
Example:
$inputChatUploadedPhoto = ['_' => 'inputChatUploadedPhoto', 'file' => InputFile, 'crop' => InputPhotoCrop, ];
PWRTelegram json-encoded version:
{"_":"inputChatUploadedPhoto","file":"InputFile","crop":"InputPhotoCrop"}
Or, if you're into Lua:
inputChatUploadedPhoto={_='inputChatUploadedPhoto', file=InputFile, crop=InputPhotoCrop, }