Layer 227
constructor
pageBlockSlideshow#31f9590 items:Vector<PageBlock> caption:PageCaption = PageBlock;

Parameters

Name Type Description
Items Vector < PageBlock > Slideshow items
Caption PageCaption Caption

Returns

PageBlock

Gogram Example

// Creating PageBlockSlideshow constructor
obj := &tg.PageBlockSlideshow{
    Items: &tg.VectorPageBlock{},
    Caption: &tg.PageCaption{},
}