const github.com/gotd/td/tg.AuthCodeTypeFragmentSMSTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_auth_code_type_gen.go#L456: const AuthCodeTypeFragmentSMSTypeID = 0x6ed998c
		tl_auth_code_type_gen.go#L492: 	return AuthCodeTypeFragmentSMSTypeID
		tl_auth_code_type_gen.go#L504: 		ID:   AuthCodeTypeFragmentSMSTypeID,
		tl_auth_code_type_gen.go#L519: 	b.PutID(AuthCodeTypeFragmentSMSTypeID)
		tl_auth_code_type_gen.go#L536: 	if err := b.ConsumeID(AuthCodeTypeFragmentSMSTypeID); err != nil {
		tl_auth_code_type_gen.go#L625: 	case AuthCodeTypeFragmentSMSTypeID:
		tl_registry_gen.go#L642: 		AuthCodeTypeFragmentSMSTypeID:                            "auth.codeTypeFragmentSms#6ed998c",
		tl_registry_gen.go#L2424: 		"auth.codeTypeFragmentSms":                           AuthCodeTypeFragmentSMSTypeID,
		tl_registry_gen.go#L4206: 		AuthCodeTypeFragmentSMSTypeID:                            func() bin.Object { return &AuthCodeTypeFragmentSMS{} },
		tl_registry_gen.go#L5435: 			AuthCodeTypeFragmentSMSTypeID,