func github.com/gotd/td/tg.DecodeUpdates

4 uses

	github.com/gotd/td/tg (current package)
		tl_payments_payment_result_gen.go#L157: 		value, err := DecodeUpdates(b)
		tl_updates_gen.go#L2921: func DecodeUpdates(buf *bin.Buffer) (UpdatesClass, error) {
		tl_updates_gen.go#L2991: 	v, err := DecodeUpdates(buf)

	github.com/gotd/td/telegram
		handle_updates.go#L49: 	updates, err := tg.DecodeUpdates(b)