func github.com/gotd/td/tg.DecodeUpdate
8 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L24943: func DecodeUpdate(buf *bin.Buffer) (UpdateClass, error) {
tl_update_gen.go#L25818: v, err := DecodeUpdate(buf)
tl_updates_channel_difference_gen.go#L983: value, err := DecodeUpdate(b)
tl_updates_difference_gen.go#L459: value, err := DecodeUpdate(b)
tl_updates_difference_gen.go#L847: value, err := DecodeUpdate(b)
tl_updates_gen.go#L1735: value, err := DecodeUpdate(b)
tl_updates_gen.go#L1978: value, err := DecodeUpdate(b)
tl_updates_gen.go#L2304: value, err := DecodeUpdate(b)
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. |