Constructor: chatPhoto
Group profile photo.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
has_video | Bool | Optional | Whether the user has an animated profile picture |
photo_id | long | Yes | Photo ID |
stripped_thumb | bytes | Optional | Stripped thumbnail |
dc_id | int | Yes | DC where this photo is stored |
Type: ChatPhoto
Example:
$chatPhoto = ['_' => 'chatPhoto', 'has_video' => Bool, 'photo_id' => long, 'stripped_thumb' => 'bytes', 'dc_id' => int];