const github.com/gotd/td/tg.DocumentTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_gen.go#L209: const DocumentTypeID = 0x8fd4c4d8
tl_document_gen.go#L309: return DocumentTypeID
tl_document_gen.go#L321: ID: DocumentTypeID,
tl_document_gen.go#L389: b.PutID(DocumentTypeID)
tl_document_gen.go#L448: if err := b.ConsumeID(DocumentTypeID); err != nil {
tl_document_gen.go#L775: case DocumentTypeID:
tl_registry_gen.go#L430: DocumentTypeID: "document#8fd4c4d8",
tl_registry_gen.go#L2212: "document": DocumentTypeID,
tl_registry_gen.go#L3994: DocumentTypeID: func() bin.Object { return &Document{} },
tl_registry_gen.go#L5654: DocumentTypeID,
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. |