github.com/gotd/td/tg.AccountResetPasswordRequestedWait.UntilDate (field)
7 uses
github.com/gotd/td/tg (current package)
tl_account_reset_password_result_gen.go#L177: UntilDate int
tl_account_reset_password_result_gen.go#L200: if !(r.UntilDate == 0) {
tl_account_reset_password_result_gen.go#L220: r.UntilDate = from.GetUntilDate()
tl_account_reset_password_result_gen.go#L268: b.PutInt(r.UntilDate)
tl_account_reset_password_result_gen.go#L293: r.UntilDate = value
tl_account_reset_password_result_gen.go#L303: return r.UntilDate
github.com/gotd/td/telegram/auth
password.go#L163: return time.Unix(int64(v.UntilDate), 0), nil
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. |