Skip to content

GramIO API Reference / gramio/dist / TelegramInputRichBlockSectionHeading

Interface: TelegramInputRichBlockSectionHeading

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

A section heading, corresponding to the HTML tags <h1>, <h2>, <h3>, <h4>, <h5>, or <h6>.

Documentation

Properties

PropertyTypeDescriptionDefined in
sizenumberRelative size of the text font; 1-6, 1 is the largest, 6 is the smallest@gramio/types/out/objects.d.ts:8498
textTelegramRichTextText of the block@gramio/types/out/objects.d.ts:8494
type"heading"Type of the block, always “heading”@gramio/types/out/objects.d.ts:8490