MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputMediaPhoto.md

785 B

title description image
inputMediaPhoto Forwarded photo https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputMediaPhoto

Back to constructors index

Forwarded photo

Attributes:

Name Type Required Description
id MessageMedia, Message, Update or InputPhoto Optional Photo to be forwarded
caption string Yes

Type: InputMedia

Example:

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

Or, if you're into Lua:

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