const github.com/gotd/td/tg.DocumentEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_document_gen.go#L44: const DocumentEmptyTypeID = 0x36f8c871
tl_document_gen.go#L90: return DocumentEmptyTypeID
tl_document_gen.go#L102: ID: DocumentEmptyTypeID,
tl_document_gen.go#L122: b.PutID(DocumentEmptyTypeID)
tl_document_gen.go#L140: if err := b.ConsumeID(DocumentEmptyTypeID); err != nil {
tl_document_gen.go#L768: case DocumentEmptyTypeID:
tl_registry_gen.go#L429: DocumentEmptyTypeID: "documentEmpty#36f8c871",
tl_registry_gen.go#L2211: "documentEmpty": DocumentEmptyTypeID,
tl_registry_gen.go#L3993: DocumentEmptyTypeID: func() bin.Object { return &DocumentEmpty{} },
tl_registry_gen.go#L5653: DocumentEmptyTypeID,
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. |