github.com/gotd/td/tg.UpdateShort.Update (field)

12 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L80: 		upds = []UpdateClass{u.Update}
		tl_updates_gen.go#L1606: 	Update UpdateClass
		tl_updates_gen.go#L1631: 	if !(u.Update == nil) {
		tl_updates_gen.go#L1655: 	u.Update = from.GetUpdate()
		tl_updates_gen.go#L1708: 	if u.Update == nil {
		tl_updates_gen.go#L1711: 	if err := u.Update.Encode(b); err != nil {
		tl_updates_gen.go#L1739: 		u.Update = value
		tl_updates_gen.go#L1756: 	return u.Update

	github.com/gotd/td/telegram
		handle_updates.go#L32: 		c.updateInterceptor(u.Update)

	github.com/gotd/td/telegram/internal/upconv
		upconv.go#L62: 		Update: &tg.UpdateNewMessage{
		upconv.go#L89: 		Update: &tg.UpdateNewMessage{
		upconv.go#L108: 		Update: &tg.UpdateNewMessage{