const github.com/gotd/td/internal/proto.GZIPTypeID
6 uses
github.com/gotd/td/internal/proto (current package)
gzip.go#L73: const GZIPTypeID = 0x3072cfa1
gzip.go#L84: b.PutID(GZIPTypeID)
gzip.go#L143: if err := b.ConsumeID(GZIPTypeID); err != nil {
registry.go#L8: GZIPTypeID: "gzip",
github.com/gotd/td/internal/mtproto
handle_message.go#L35: case proto.GZIPTypeID:
handle_result.go#L31: if id == proto.GZIPTypeID {
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. |