github.com/gotd/td/tg.AccountRegisterDeviceRequest.OtherUIDs (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_register_device_gen.go#L68: OtherUIDs []int64
tl_account_register_device_gen.go#L104: if !(r.OtherUIDs == nil) {
tl_account_register_device_gen.go#L134: r.OtherUIDs = from.GetOtherUIDs()
tl_account_register_device_gen.go#L218: b.PutVectorHeader(len(r.OtherUIDs))
tl_account_register_device_gen.go#L219: for _, v := range r.OtherUIDs {
tl_account_register_device_gen.go#L282: r.OtherUIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_account_register_device_gen.go#L289: r.OtherUIDs = append(r.OtherUIDs, value)
tl_account_register_device_gen.go#L351: return r.OtherUIDs
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. |