MadelineProto/docs/API_docs/constructors/pageBlockPhoto.md

526 B

title description
pageBlockPhoto pageBlockPhoto attributes, type and example

Constructor: pageBlockPhoto

Back to constructors index

Attributes:

Name Type Required
photo_id long Required
caption RichText Required

Type: PageBlock

Example:

$pageBlockPhoto = ['_' => 'pageBlockPhoto', 'photo_id' => long, 'caption' => RichText, ];