Layer 220
WebPage
Abstract type representing one of 4 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.WebPage interface.
Use any of the following constructors:
Gogram Example
// WebPage is an interface type // You can use any of the following constructors: var _ tg.WebPage = &tg.WebPagePending{} var _ tg.WebPage = &tg.WebPage{} var _ tg.WebPage = &tg.WebPageEmpty{} var _ tg.WebPage = &tg.WebPageNotModified{}