github.com/gotd/td/tg.AuthSentCode.Type (field)
9 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_gen.go#L45: Type AuthSentCodeTypeClass
tl_auth_sent_code_gen.go#L88: if !(s.Type == nil) {
tl_auth_sent_code_gen.go#L120: s.Type = from.GetType()
tl_auth_sent_code_gen.go#L205: if s.Type == nil {
tl_auth_sent_code_gen.go#L208: if err := s.Type.Encode(b); err != nil {
tl_auth_sent_code_gen.go#L252: s.Type = value
tl_auth_sent_code_gen.go#L283: return s.Type
github.com/gotd/td/telegram/auth
flow.go#L260: typ, ok := sentCode.Type.(notFlashing)
flow.go#L262: return "", errors.Errorf("unexpected type: %T", sentCode.Type)
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. |