Layer 220
constructor
pageBlockTitle#70abc3fd text:RichText = PageBlock;

Parameters

Name Type Description
Text RichText Title

Returns

PageBlock

Gogram Example

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