MadelineProto/old_docs/API_docs_v23/constructors/inputChatPhoto.md

553 B

title description
inputChatPhoto inputChatPhoto attributes, type and example

Constructor: inputChatPhoto

Back to constructors index

Attributes:

Name Type Required
id InputPhoto Required
crop InputPhotoCrop Required

Type: InputChatPhoto

Example:

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