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

10 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L1326: const AuthSentCodeTypeFragmentSMSTypeID = 0xd9565c39
		tl_auth_sent_code_type_gen.go#L1377: 	return AuthSentCodeTypeFragmentSMSTypeID
		tl_auth_sent_code_type_gen.go#L1389: 		ID:   AuthSentCodeTypeFragmentSMSTypeID,
		tl_auth_sent_code_type_gen.go#L1413: 	b.PutID(AuthSentCodeTypeFragmentSMSTypeID)
		tl_auth_sent_code_type_gen.go#L1432: 	if err := b.ConsumeID(AuthSentCodeTypeFragmentSMSTypeID); err != nil {
		tl_auth_sent_code_type_gen.go#L1889: 	case AuthSentCodeTypeFragmentSMSTypeID:
		tl_registry_gen.go#L650: 		AuthSentCodeTypeFragmentSMSTypeID:                        "auth.sentCodeTypeFragmentSms#d9565c39",
		tl_registry_gen.go#L2432: 		"auth.sentCodeTypeFragmentSms":                       AuthSentCodeTypeFragmentSMSTypeID,
		tl_registry_gen.go#L4214: 		AuthSentCodeTypeFragmentSMSTypeID:                        func() bin.Object { return &AuthSentCodeTypeFragmentSMS{} },
		tl_registry_gen.go#L5454: 			AuthSentCodeTypeFragmentSMSTypeID,