Layer 220
constructor
pageBlockSubtitle#8ffa9a1f text:RichText = PageBlock;

Parameters

Name Type Description
Text RichText Text

Returns

PageBlock

Gogram Example

// Creating PageBlockSubtitle constructor
obj := &tg.PageBlockSubtitle{
    Text: &tg.RichText{},
}