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: