github.com/gotd/td/tg.AccountGetTmpPasswordRequest.Password (field)
8 uses
github.com/gotd/td/tg (current package)
tl_account_get_tmp_password_gen.go#L40: Password InputCheckPasswordSRPClass
tl_account_get_tmp_password_gen.go#L61: if !(g.Password == nil) {
tl_account_get_tmp_password_gen.go#L85: g.Password = from.GetPassword()
tl_account_get_tmp_password_gen.go#L138: if g.Password == nil {
tl_account_get_tmp_password_gen.go#L141: if err := g.Password.Encode(b); err != nil {
tl_account_get_tmp_password_gen.go#L169: g.Password = value
tl_account_get_tmp_password_gen.go#L186: return g.Password
tl_account_get_tmp_password_gen.go#L199: return g.Password.AsNotEmpty()
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. |