github.com/gotd/td/tg.AccountPasswordInputSettings.Hint (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_password_input_settings_gen.go#L61: Hint string
tl_account_password_input_settings_gen.go#L99: if !(p.Hint == "") {
tl_account_password_input_settings_gen.go#L138: p.Hint = val
tl_account_password_input_settings_gen.go#L211: if !(p.Hint == "") {
tl_account_password_input_settings_gen.go#L252: b.PutString(p.Hint)
tl_account_password_input_settings_gen.go#L305: p.Hint = value
tl_account_password_input_settings_gen.go#L361: p.Hint = value
tl_account_password_input_settings_gen.go#L373: return p.Hint, true
github.com/gotd/td/telegram/auth
password.go#L123: Hint: opts.Hint,
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. |