Layer 227
constructor
pageBlockHeading1#baff072f text:RichText = PageBlock;

Parameters

Name Type Description
Text RichText

Returns

PageBlock

Gogram Example

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