github.com/gotd/td/proto.GZIP.Decode (method, view implemented interface methods)

2 uses

	github.com/gotd/td/proto (current package)
		gzip.go#L142: func (g *GZIP) Decode(b *bin.Buffer) (rErr error) {

	github.com/gotd/td/mtproto
		handle_gzip.go#L12: 	if err := content.Decode(b); err != nil {