872 B
872 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
Existing photo to be set as a chat profile photo.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | MessageMedia, Message, Update or InputPhoto | Optional | Existing photo |
crop | InputPhotoCrop | Yes | Crop |
Type: InputChatPhoto
Example:
$inputChatPhoto = ['_' => 'inputChatPhoto', 'id' => InputPhoto, 'crop' => InputPhotoCrop];
Or, if you're into Lua:
inputChatPhoto={_='inputChatPhoto', id=InputPhoto, crop=InputPhotoCrop}