693 B
693 B
title | description |
---|---|
updateChatPhoto | Chat photo was changed |
Constructor: updateChatPhoto
Chat photo was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Chat identifier |
photo | chatPhoto | Yes | New chat photo, nullable |
Type: Update
Example:
$updateChatPhoto = ['_' => 'updateChatPhoto', 'chat_id' => long, 'photo' => chatPhoto, ];
Or, if you're into Lua:
updateChatPhoto={_='updateChatPhoto', chat_id=long, photo=chatPhoto, }