762 B
762 B
title | description | image |
---|---|---|
chatPhoto | Chat photo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatPhoto
Chat photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
photo_small | FileLocation | Yes | Photo small |
photo_big | FileLocation | Yes | Photo big |
Type: ChatPhoto
Example:
$chatPhoto = ['_' => 'chatPhoto', 'photo_small' => FileLocation, 'photo_big' => FileLocation];
Or, if you're into Lua:
chatPhoto={_='chatPhoto', photo_small=FileLocation, photo_big=FileLocation}