MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputChatUploadedPhoto.md

959 B

title description image
inputChatUploadedPhoto New photo to be set as group profile photo. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputChatUploadedPhoto

Back to constructors index

New photo to be set as group profile photo.

Attributes:

Name Type Required Description
file File path or InputFile Yes File saved in parts using the method upload.saveFilePart
crop InputPhotoCrop Yes

Type: InputChatPhoto

Example:

$inputChatUploadedPhoto = ['_' => 'inputChatUploadedPhoto', 'file' => InputFile, 'crop' => InputPhotoCrop];

Or, if you're into Lua:

inputChatUploadedPhoto={_='inputChatUploadedPhoto', file=InputFile, crop=InputPhotoCrop}