Skip to main content

WebDocument

This is a boxed type (a TL class): the Go interface tg.WebDocumentClass, implemented by the constructors below. A value of this type is one of them — switch on the concrete type to handle it.

switch v := value.(type) {
case *tg.WebDocument: // webDocument
case *tg.WebDocumentNoProxy: // webDocumentNoProxy
}

Constructors

ConstructorTL name
WebDocumentwebDocument
WebDocumentNoProxywebDocumentNoProxy

References