MadelineProto/old_docs/API_docs_v41/constructors/inputChatPhoto.md

656 B

title description
inputChatPhoto inputChatPhoto attributes, type and example

Constructor: inputChatPhoto

Back to constructors index

Attributes:

Name Type Required
id InputPhoto Yes
crop InputPhotoCrop Yes

Type: InputChatPhoto

Example:

$inputChatPhoto = ['_' => 'inputChatPhoto', 'id' => InputPhoto, 'crop' => InputPhotoCrop, ];

Or, if you're into Lua:

inputChatPhoto={_='inputChatPhoto', id=InputPhoto, crop=InputPhotoCrop, }