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

806 B

title description
inputMediaPhoto inputMediaPhoto attributes, type and example

Constructor: inputMediaPhoto

Back to constructors index

Attributes:

Name Type Required
id MessageMedia, Message, Update or InputPhoto Optional
caption string Yes

Type: InputMedia

Example:

$inputMediaPhoto = ['_' => 'inputMediaPhoto', 'id' => InputPhoto, 'caption' => 'string'];

PWRTelegram json-encoded version:

{"_": "inputMediaPhoto", "id": InputPhoto, "caption": "string"}

Or, if you're into Lua:

inputMediaPhoto={_='inputMediaPhoto', id=InputPhoto, caption='string'}