MadelineProtoDocs/old_docs/API_docs_v23/constructors/inputChatPhoto.md
2018-04-01 13:24:46 +02:00

828 B

title description
inputChatPhoto inputChatPhoto attributes, type and example

Constructor: inputChatPhoto

Back to constructors index

Attributes:

Name Type Required
id MessageMedia, Message, Update or InputPhoto Optional
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}