Layer 227
constructor
pageBlockThinking#3c29a3e2 text:RichText = PageBlock;

Parameters

Name Type Description
Text RichText

Returns

PageBlock

Gogram Example

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