Layer 220
constructor

Parameters

Name Type Description
Name string Name of target section

Returns

PageBlock

Gogram Example

// Creating PageBlockAnchor constructor
obj := &tg.PageBlockAnchor{
    Name: "...",
}