const github.com/gotd/td/tg.WebDocumentTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L748: WebDocumentTypeID: "webDocument#1c570ed1",
tl_registry_gen.go#L2530: "webDocument": WebDocumentTypeID,
tl_registry_gen.go#L4312: WebDocumentTypeID: func() bin.Object { return &WebDocument{} },
tl_registry_gen.go#L6702: WebDocumentTypeID,
tl_web_document_gen.go#L52: const WebDocumentTypeID = 0x1c570ed1
tl_web_document_gen.go#L118: return WebDocumentTypeID
tl_web_document_gen.go#L130: ID: WebDocumentTypeID,
tl_web_document_gen.go#L166: b.PutID(WebDocumentTypeID)
tl_web_document_gen.go#L196: if err := b.ConsumeID(WebDocumentTypeID); err != nil {
tl_web_document_gen.go#L611: case WebDocumentTypeID:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |