github.com/gotd/td/tg.AccountEmailVerifiedLogin.SentCode (field)
7 uses
github.com/gotd/td/tg (current package)
tl_account_email_verified_gen.go#L180: SentCode AuthSentCodeClass
tl_account_email_verified_gen.go#L206: if !(e.SentCode == nil) {
tl_account_email_verified_gen.go#L228: e.SentCode = from.GetSentCode()
tl_account_email_verified_gen.go#L281: if e.SentCode == nil {
tl_account_email_verified_gen.go#L284: if err := e.SentCode.Encode(b); err != nil {
tl_account_email_verified_gen.go#L318: e.SentCode = value
tl_account_email_verified_gen.go#L336: return e.SentCode
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. |