github.com/gotd/td/tg.AccountUnregisterDeviceRequest.OtherUIDs (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_unregister_device_gen.go#L50: OtherUIDs []int64
tl_account_unregister_device_gen.go#L74: if !(u.OtherUIDs == nil) {
tl_account_unregister_device_gen.go#L98: u.OtherUIDs = from.GetOtherUIDs()
tl_account_unregister_device_gen.go#L156: b.PutVectorHeader(len(u.OtherUIDs))
tl_account_unregister_device_gen.go#L157: for _, v := range u.OtherUIDs {
tl_account_unregister_device_gen.go#L200: u.OtherUIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_account_unregister_device_gen.go#L207: u.OtherUIDs = append(u.OtherUIDs, value)
tl_account_unregister_device_gen.go#L234: return u.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. |