github.com/gotd/td/tg.AccountPasswordInputSettings.NewPasswordHash (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_password_input_settings_gen.go#L57: NewPasswordHash []byte
tl_account_password_input_settings_gen.go#L96: if !(p.NewPasswordHash == nil) {
tl_account_password_input_settings_gen.go#L134: p.NewPasswordHash = val
tl_account_password_input_settings_gen.go#L208: if !(p.NewPasswordHash == nil) {
tl_account_password_input_settings_gen.go#L249: b.PutBytes(p.NewPasswordHash)
tl_account_password_input_settings_gen.go#L298: p.NewPasswordHash = value
tl_account_password_input_settings_gen.go#L343: p.NewPasswordHash = value
tl_account_password_input_settings_gen.go#L355: return p.NewPasswordHash, true
github.com/gotd/td/telegram/auth
password.go#L122: NewPasswordHash: newHash,
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. |