MadelineProto/docs/API_docs/constructors/inputMediaPhotoExternal.md
2016-12-30 23:21:36 +03:00

558 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, ];