# Constructor: inputMediaPhoto
Forwarded photo
# Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | MessageMedia, Message, Update or InputPhoto | Optional | Photo to be forwarded |
ttl_seconds | int | Optional | Time to live in seconds of self-destructing photo |
# Type: InputMedia
# Example:
$inputMediaPhoto = ['_' => 'inputMediaPhoto', 'id' => InputPhoto, 'ttl_seconds' => int];
Or, if you’re into Lua:
inputMediaPhoto={_='inputMediaPhoto', id=InputPhoto, ttl_seconds=int}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.