MadelineProtoDocs/docs/API_docs/constructors/inputChatPhoto.md
2019-12-27 17:48:04 +01:00

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}