const github.com/gotd/td/tg.InputDocumentTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_document_gen.go#L156: const InputDocumentTypeID = 0x1abfb575
tl_input_document_gen.go#L212: return InputDocumentTypeID
tl_input_document_gen.go#L224: ID: InputDocumentTypeID,
tl_input_document_gen.go#L252: b.PutID(InputDocumentTypeID)
tl_input_document_gen.go#L272: if err := b.ConsumeID(InputDocumentTypeID); err != nil {
tl_input_document_gen.go#L405: case InputDocumentTypeID:
tl_registry_gen.go#L428: InputDocumentTypeID: "inputDocument#1abfb575",
tl_registry_gen.go#L2210: "inputDocument": InputDocumentTypeID,
tl_registry_gen.go#L3992: InputDocumentTypeID: func() bin.Object { return &InputDocument{} },
tl_registry_gen.go#L5810: InputDocumentTypeID,
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. |