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

12 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L81: 		upds = []UpdateClass{u.Update}
		tl_updates_gen.go#L1613: 	Update UpdateClass
		tl_updates_gen.go#L1638: 	if !(u.Update == nil) {
		tl_updates_gen.go#L1662: 	u.Update = from.GetUpdate()
		tl_updates_gen.go#L1715: 	if u.Update == nil {
		tl_updates_gen.go#L1718: 	if err := u.Update.Encode(b); err != nil {
		tl_updates_gen.go#L1746: 		u.Update = value
		tl_updates_gen.go#L1763: 	return u.Update

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

	github.com/gotd/td/telegram/internal/upconv
		upconv.go#L69: 		Update: &tg.UpdateNewMessage{
		upconv.go#L96: 		Update: &tg.UpdateNewMessage{
		upconv.go#L115: 		Update: &tg.UpdateNewMessage{