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