github.com/gotd/td/tg.Updates.Updates (field)
12 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L68: upds = u.Updates
tl_updates_gen.go#L2111: Updates []UpdateClass
tl_updates_gen.go#L2142: if !(u.Updates == nil) {
tl_updates_gen.go#L2178: u.Updates = from.GetUpdates()
tl_updates_gen.go#L2246: b.PutVectorHeader(len(u.Updates))
tl_updates_gen.go#L2247: for idx, v := range u.Updates {
tl_updates_gen.go#L2301: u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2308: u.Updates = append(u.Updates, value)
tl_updates_gen.go#L2367: return u.Updates
tl_updates_gen.go#L2404: return UpdateClassArray(u.Updates)
github.com/gotd/td/telegram
handle_updates.go#L26: 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. |