Skip to content

GramIO API Reference / gramio/dist / TelegramRichBlockBlockQuotation

Interface: TelegramRichBlockBlockQuotation

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

A block quotation, corresponding to the HTML tag <blockquote>.

Documentation

Properties

PropertyTypeDescriptionDefined in
blocksTelegramRichBlock[]Content of the block@gramio/types/out/objects.d.ts:8034
credit?TelegramRichTextOptional. Credit of the block@gramio/types/out/objects.d.ts:8038
type"blockquote"Type of the block, always “blockquote”@gramio/types/out/objects.d.ts:8030