InputChatPhoto

class pyrogram.raw.types.InputChatPhoto

Existing photo to be set as a chat profile photo.

Constructor of InputChatPhoto.

Details:
  • Layer: 223

  • ID: 8953AD37

Parameters:

id (InputPhoto) – Existing photo

TL Schema

inputChatPhoto#8953ad37
id:InputPhoto

= InputChatPhoto

Parameter Tree

InputChatPhoto
└── idInputPhoto
├── InputPhotoEmpty
└── InputPhoto
├── idlong
├── access_hashlong
└── file_referencebytes

Example

InputChatPhoto(
    id=InputPhotoEmpty(),
)