656 B
656 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, ];
Or, if you're into Lua:
inputChatPhoto={_='inputChatPhoto', id=InputPhoto, crop=InputPhotoCrop, }