MadelineProtoDocs/docs/API_docs/constructors/inputChatPhoto.md
2024-05-01 14:53:46 +02:00

732 B

title description nav_exclude image
inputChatPhoto Existing photo to be set as a chat profile photo. true 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];