Layer 220
PageBlockAuthorDate
Author and date of creation of article
constructor
pageBlockAuthorDate#baafe5e0 author:RichText published_date:int = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Author | RichText | Author name |
| PublishedDate | int | Date of publication |
Returns
PageBlockGogram Example
// Creating PageBlockAuthorDate constructor obj := &tg.PageBlockAuthorDate{ Author: &tg.RichText{}, PublishedDate: 0, }