Layer 224
WebPage
Abstract type representing one of 5 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.WebPageEmpty{} var _ tg.WebPage = &tg.WebPagePending{} var _ tg.WebPage = &tg.WebPageUrlPending{} var _ tg.WebPage = &tg.WebPageNotModified{} var _ tg.WebPage = &tg.WebPage{}