790 B
790 B
title | description |
---|---|
inputChatPhoto | inputChatPhoto attributes, type and example |
Constructor: inputChatPhoto
Attributes:
Name | Type | Required |
---|---|---|
id | InputPhoto | Yes |
crop | InputPhotoCrop | Yes |
Type: InputChatPhoto
Example:
$inputChatPhoto = ['_' => 'inputChatPhoto', 'id' => InputPhoto, 'crop' => InputPhotoCrop];
PWRTelegram json-encoded version:
{"_": "inputChatPhoto", "id": InputPhoto, "crop": InputPhotoCrop}
Or, if you're into Lua:
inputChatPhoto={_='inputChatPhoto', id=InputPhoto, crop=InputPhotoCrop}