Layer 227
constructor
pageBlockMath#59080c20 source:string = PageBlock;

Parameters

Name Type Description
Source string

Returns

PageBlock

Gogram Example

// Creating PageBlockMath constructor
obj := &tg.PageBlockMath{
    Source: "Hello, World!",
}