github.com/gotd/td/tg.UpdatesCombined.Updates (field)
12 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L74: upds = u.Updates
tl_updates_gen.go#L1773: Updates []UpdateClass
tl_updates_gen.go#L1806: if !(u.Updates == nil) {
tl_updates_gen.go#L1846: u.Updates = from.GetUpdates()
tl_updates_gen.go#L1919: b.PutVectorHeader(len(u.Updates))
tl_updates_gen.go#L1920: for idx, v := range u.Updates {
tl_updates_gen.go#L1975: u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L1982: u.Updates = append(u.Updates, value)
tl_updates_gen.go#L2048: return u.Updates
tl_updates_gen.go#L2093: return UpdateClassArray(u.Updates)
github.com/gotd/td/telegram
handle_updates.go#L29: c.updateInterceptor(u.Updates...)
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. |