const github.com/gotd/td/proto.GZIPTypeID
6 uses
github.com/gotd/td/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/mtproto
handle_message.go#L37: case proto.GZIPTypeID:
handle_result.go#L34: if id == proto.GZIPTypeID {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |