Layer 227
PageBlockBlockquote
Quote (equivalent to the HTML <blockquote> )
constructor
pageBlockBlockquote#263d7c26 text:RichText caption:RichText = PageBlock;
Returns
PageBlockGogram Example
// Creating PageBlockBlockquote constructor obj := &tg.PageBlockBlockquote{ Text: &tg.RichText{}, Caption: &tg.RichText{}, }