MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputChatPhoto.md

762 B

title description image
inputChatPhoto Existing photo to be set as a chat profile photo. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputChatPhoto

Back to constructors index

Existing photo to be set as a chat profile photo.

Attributes:

Name Type Required Description
id MessageMedia, Message, Update or InputPhoto Optional Existing photo

Type: InputChatPhoto

Example:

$inputChatPhoto = ['_' => 'inputChatPhoto', 'id' => InputPhoto];

Or, if you're into Lua:

inputChatPhoto={_='inputChatPhoto', id=InputPhoto}