github.com/gotd/td/tg.UpdatesDifferenceSlice.OtherUpdates (field)
10 uses
github.com/gotd/td/tg (current package)
tl_updates_difference_gen.go#L594: OtherUpdates []UpdateClass
tl_updates_difference_gen.go#L629: if !(d.OtherUpdates == nil) {
tl_updates_difference_gen.go#L665: d.OtherUpdates = from.GetOtherUpdates()
tl_updates_difference_gen.go#L754: b.PutVectorHeader(len(d.OtherUpdates))
tl_updates_difference_gen.go#L755: for idx, v := range d.OtherUpdates {
tl_updates_difference_gen.go#L844: d.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_difference_gen.go#L851: d.OtherUpdates = append(d.OtherUpdates, value)
tl_updates_difference_gen.go#L917: return d.OtherUpdates
tl_updates_difference_gen.go#L956: 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. |