Skip to content

GramIO API Reference / gramio/dist / TelegramInputRichBlockPhoto

Interface: TelegramInputRichBlockPhoto

Defined in: @gramio/types/out/objects.d.ts:8872

A block with a photo, corresponding to the HTML tag <img>.

Documentation

Properties

PropertyTypeDescriptionDefined in
caption?TelegramRichBlockCaptionOptional. Caption of the block@gramio/types/out/objects.d.ts:8884
photoTelegramInputMediaPhotoThe photo. Caption is ignored.@gramio/types/out/objects.d.ts:8880
type"photo"Type of the block, always “photo”@gramio/types/out/objects.d.ts:8876