const github.com/gotd/td/tg.InputDocumentEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_document_gen.go#L42: const InputDocumentEmptyTypeID = 0x72f0eaae
tl_input_document_gen.go#L78: return InputDocumentEmptyTypeID
tl_input_document_gen.go#L90: ID: InputDocumentEmptyTypeID,
tl_input_document_gen.go#L105: b.PutID(InputDocumentEmptyTypeID)
tl_input_document_gen.go#L122: if err := b.ConsumeID(InputDocumentEmptyTypeID); err != nil {
tl_input_document_gen.go#L398: case InputDocumentEmptyTypeID:
tl_registry_gen.go#L427: InputDocumentEmptyTypeID: "inputDocumentEmpty#72f0eaae",
tl_registry_gen.go#L2209: "inputDocumentEmpty": InputDocumentEmptyTypeID,
tl_registry_gen.go#L3991: InputDocumentEmptyTypeID: func() bin.Object { return &InputDocumentEmpty{} },
tl_registry_gen.go#L5809: InputDocumentEmptyTypeID,
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. |