772 B
772 B
title | description | image |
---|---|---|
inputChatPhoto | inputChatPhoto attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputChatPhoto
Attributes:
Name | Type | Required |
---|---|---|
id | MessageMedia, Message, Update or InputPhoto | Optional |
Type: InputChatPhoto
Example:
$inputChatPhoto = ['_' => 'inputChatPhoto', 'id' => InputPhoto];
PWRTelegram json-encoded version:
{"_": "inputChatPhoto", "id": InputPhoto}
Or, if you're into Lua:
inputChatPhoto={_='inputChatPhoto', id=InputPhoto}