Layer 227
constructor
webPageNotModified#7311ca11 flags:# cached_page_views:flags.0?int = WebPage;

Parameters

Name Type Description
CachedPageViews flags .0? int Page view count

Returns

WebPage

Gogram Example

// Creating WebPageNotModified constructor
obj := &tg.WebPageNotModified{
    CachedPageViews: nil,
}