Layer 227
constructor
pageListItemBlocks#25e073fc blocks:Vector<PageBlock> = PageListItem;

Parameters

Name Type Description
Blocks Vector < PageBlock > Blocks

Returns

PageListItem

Gogram Example

// Creating PageListItemBlocks constructor
obj := &tg.PageListItemBlocks{
    Blocks: &tg.VectorPageBlock{},
}