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)