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

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
CachedPageViews flags.0?int Page view count

Returns

WebPage

Gogram Example

// Creating WebPageNotModified constructor
obj := &tg.WebPageNotModified{

    // Optional fields:
    // CachedPageViews: 0,
}