const github.com/gotd/td/tg.UploadFileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L401: UploadFileTypeID: "upload.file#96a18d5",
tl_registry_gen.go#L2183: "upload.file": UploadFileTypeID,
tl_registry_gen.go#L3965: UploadFileTypeID: func() bin.Object { return &UploadFile{} },
tl_registry_gen.go#L6673: UploadFileTypeID,
tl_upload_file_gen.go#L48: const UploadFileTypeID = 0x96a18d5
tl_upload_file_gen.go#L104: return UploadFileTypeID
tl_upload_file_gen.go#L116: ID: UploadFileTypeID,
tl_upload_file_gen.go#L144: b.PutID(UploadFileTypeID)
tl_upload_file_gen.go#L169: if err := b.ConsumeID(UploadFileTypeID); err != nil {
tl_upload_file_gen.go#L548: case UploadFileTypeID:
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. |