github.com/gotd/td/tg.AccountResetPasswordFailedWait.RetryDate (field)
7 uses
github.com/gotd/td/tg (current package)
tl_account_reset_password_result_gen.go#L41: RetryDate int
tl_account_reset_password_result_gen.go#L64: if !(r.RetryDate == 0) {
tl_account_reset_password_result_gen.go#L84: r.RetryDate = from.GetRetryDate()
tl_account_reset_password_result_gen.go#L132: b.PutInt(r.RetryDate)
tl_account_reset_password_result_gen.go#L157: r.RetryDate = value
tl_account_reset_password_result_gen.go#L167: return r.RetryDate
github.com/gotd/td/telegram/auth
password.go#L139: retryDate := time.Unix(int64(r.Result.RetryDate), 0)
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. |