github.com/gotd/td/tg.AccountDeleteAccountRequest.Password (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_delete_account_gen.go#L61: Password InputCheckPasswordSRPClass
tl_account_delete_account_gen.go#L85: if !(d.Password == nil) {
tl_account_delete_account_gen.go#L108: d.Password = val
tl_account_delete_account_gen.go#L151: if !(d.Password == nil) {
tl_account_delete_account_gen.go#L176: if d.Password == nil {
tl_account_delete_account_gen.go#L179: if err := d.Password.Encode(b); err != nil {
tl_account_delete_account_gen.go#L219: d.Password = value
tl_account_delete_account_gen.go#L235: d.Password = value
tl_account_delete_account_gen.go#L247: return d.Password, true
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. |