MadelineProtoDocs/docs/API_docs/constructors/pageBlockPhoto.md
2024-05-01 14:53:46 +02:00

949 B

title description nav_exclude image
pageBlockPhoto A photo true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockPhoto

Back to constructors index

A photo

Attributes:

Name Type Required Description
photo_id long Yes Photo ID
caption PageCaption Yes Caption
url string Optional HTTP URL of page the photo leads to when clicked
webpage_id long Optional ID of preview of the page the photo leads to when clicked

Type: PageBlock

Example:

$pageBlockPhoto = ['_' => 'pageBlockPhoto', 'photo_id' => long, 'caption' => PageCaption, 'url' => 'string', 'webpage_id' => long];