const github.com/gotd/td/internal/mt.GzipPackedTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_gzip_packed_gen.go#L41: const GzipPackedTypeID = 0x3072cfa1
tl_gzip_packed_gen.go#L75: return GzipPackedTypeID
tl_gzip_packed_gen.go#L87: ID: GzipPackedTypeID,
tl_gzip_packed_gen.go#L107: b.PutID(GzipPackedTypeID)
tl_gzip_packed_gen.go#L125: if err := b.ConsumeID(GzipPackedTypeID); err != nil {
tl_registry_gen.go#L62: GzipPackedTypeID: "gzip_packed#3072cfa1",
tl_registry_gen.go#L113: "gzip_packed": GzipPackedTypeID,
tl_registry_gen.go#L164: GzipPackedTypeID: func() bin.Object { return &GzipPacked{} },
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. |