const github.com/gotd/td/tg.FileHashTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_file_hash_gen.go#L47: const FileHashTypeID = 0xf39b035c
tl_file_hash_gen.go#L98: return FileHashTypeID
tl_file_hash_gen.go#L110: ID: FileHashTypeID,
tl_file_hash_gen.go#L138: b.PutID(FileHashTypeID)
tl_file_hash_gen.go#L158: if err := b.ConsumeID(FileHashTypeID); err != nil {
tl_registry_gen.go#L860: FileHashTypeID: "fileHash#f39b035c",
tl_registry_gen.go#L2642: "fileHash": FileHashTypeID,
tl_registry_gen.go#L4424: FileHashTypeID: func() bin.Object { return &FileHash{} },
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. |