MadelineProto/docs/API_docs/constructors/inputMediaPhotoExternal.md
2016-12-20 13:32:11 +01:00

557 B

title description
inputMediaPhotoExternal inputMediaPhotoExternal attributes, type and example

Constructor: inputMediaPhotoExternal

Back to constructors index

Attributes:

Name Type Required
url string Required
caption string Required

Type: InputMedia

Example:

$inputMediaPhotoExternal = ['_' => inputMediaPhotoExternal', 'url' => string, 'caption' => string, ];