github.com/gotd/td/tg.UpdatesDifference.OtherUpdates (field)
10 uses
github.com/gotd/td/tg (current package)
tl_updates_difference_gen.go#L206: OtherUpdates []UpdateClass
tl_updates_difference_gen.go#L241: if !(d.OtherUpdates == nil) {
tl_updates_difference_gen.go#L277: d.OtherUpdates = from.GetOtherUpdates()
tl_updates_difference_gen.go#L366: b.PutVectorHeader(len(d.OtherUpdates))
tl_updates_difference_gen.go#L367: for idx, v := range d.OtherUpdates {
tl_updates_difference_gen.go#L456: d.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_difference_gen.go#L463: d.OtherUpdates = append(d.OtherUpdates, value)
tl_updates_difference_gen.go#L529: return d.OtherUpdates
tl_updates_difference_gen.go#L568: return UpdateClassArray(d.OtherUpdates)
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. |