const github.com/gotd/td/tg.UploadGetFileRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L1586: UploadGetFileRequestTypeID: "upload.getFile#be5335be",
tl_registry_gen.go#L3368: "upload.getFile": UploadGetFileRequestTypeID,
tl_registry_gen.go#L5150: UploadGetFileRequestTypeID: func() bin.Object { return &UploadGetFileRequest{} },
tl_server_gen.go#L6253: s.handlers[UploadGetFileRequestTypeID] = handler
tl_upload_get_file_gen.go#L61: const UploadGetFileRequestTypeID = 0xbe5335be
tl_upload_get_file_gen.go#L125: return UploadGetFileRequestTypeID
tl_upload_get_file_gen.go#L137: ID: UploadGetFileRequestTypeID,
tl_upload_get_file_gen.go#L185: b.PutID(UploadGetFileRequestTypeID)
tl_upload_get_file_gen.go#L214: if err := b.ConsumeID(UploadGetFileRequestTypeID); err != nil {
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. |