github.com/gotd/td/tg.AuthDropTempAuthKeysRequest.ExceptAuthKeys (field)
11 uses
github.com/gotd/td/tg (current package)
tl_auth_drop_temp_auth_keys_gen.go#L40: ExceptAuthKeys []int64
tl_auth_drop_temp_auth_keys_gen.go#L58: if !(d.ExceptAuthKeys == nil) {
tl_auth_drop_temp_auth_keys_gen.go#L78: d.ExceptAuthKeys = from.GetExceptAuthKeys()
tl_auth_drop_temp_auth_keys_gen.go#L126: b.PutVectorHeader(len(d.ExceptAuthKeys))
tl_auth_drop_temp_auth_keys_gen.go#L127: for _, v := range d.ExceptAuthKeys {
tl_auth_drop_temp_auth_keys_gen.go#L156: d.ExceptAuthKeys = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_auth_drop_temp_auth_keys_gen.go#L163: d.ExceptAuthKeys = append(d.ExceptAuthKeys, value)
tl_auth_drop_temp_auth_keys_gen.go#L174: return d.ExceptAuthKeys
tl_auth_drop_temp_auth_keys_gen.go#L186: ExceptAuthKeys: exceptauthkeys,
tl_server_gen.go#L317: response, err := f(ctx, request.ExceptAuthKeys)
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. |