github.com/gotd/td/tg.UpdatesCombined.Updates (field)
12 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L75: upds = u.Updates
tl_updates_gen.go#L1780: Updates []UpdateClass
tl_updates_gen.go#L1813: if !(u.Updates == nil) {
tl_updates_gen.go#L1853: u.Updates = from.GetUpdates()
tl_updates_gen.go#L1926: b.PutVectorHeader(len(u.Updates))
tl_updates_gen.go#L1927: for idx, v := range u.Updates {
tl_updates_gen.go#L1982: u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L1989: u.Updates = append(u.Updates, value)
tl_updates_gen.go#L2055: return u.Updates
tl_updates_gen.go#L2100: return UpdateClassArray(u.Updates)
github.com/gotd/td/telegram
handle_updates.go#L30: c.updateInterceptor(u.Updates...)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |