Layer 220
constructor
pageBlockAuthorDate#baafe5e0 author:RichText published_date:int = PageBlock;

Parameters

Name Type Description
Author RichText Author name
PublishedDate int Date of publication

Returns

PageBlock

Gogram Example

// Creating PageBlockAuthorDate constructor
obj := &tg.PageBlockAuthorDate{
    Author: &tg.RichText{},
    PublishedDate: 0,
}