Link Search Menu Expand Document

Constructor: chatPhoto

Back to constructors index

Group profile photo.

Attributes:

NameTypeRequiredDescription
has_videoBoolOptionalWhether the user has an animated profile picture
photo_idlongYesPhoto ID
stripped_thumbbytesOptionalStripped thumbnail
dc_idintYesDC where this photo is stored

Type: ChatPhoto

Example:

$chatPhoto = ['_' => 'chatPhoto', 'has_video' => Bool, 'photo_id' => long, 'stripped_thumb' => 'bytes', 'dc_id' => int];