Skip to content

GramIO API Reference / gramio/dist / TelegramRichBlockSectionHeading

Interface: TelegramRichBlockSectionHeading

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

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:7922
textTelegramRichTextText of the block@gramio/types/out/objects.d.ts:7918
type"heading"Type of the block, always “heading”@gramio/types/out/objects.d.ts:7914