772 B
772 B
title | description |
---|---|
messageMediaPhoto | messageMediaPhoto attributes, type and example |
Constructor: messageMediaPhoto
Attributes:
Name | Type | Required |
---|---|---|
photo | Photo | Yes |
caption | string | Yes |
Type: MessageMedia
Example:
$messageMediaPhoto = ['_' => 'messageMediaPhoto', 'photo' => Photo, 'caption' => string, ];
PWRTelegram json-encoded version:
{"_":"messageMediaPhoto","photo":"Photo","caption":"string"}
Or, if you're into Lua:
messageMediaPhoto={_='messageMediaPhoto', photo=Photo, caption=string, }