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

10 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L179: const AuthSentCodeTypeSMSTypeID = 0xc000bba2
		tl_auth_sent_code_type_gen.go#L225: 	return AuthSentCodeTypeSMSTypeID
		tl_auth_sent_code_type_gen.go#L237: 		ID:   AuthSentCodeTypeSMSTypeID,
		tl_auth_sent_code_type_gen.go#L257: 	b.PutID(AuthSentCodeTypeSMSTypeID)
		tl_auth_sent_code_type_gen.go#L275: 	if err := b.ConsumeID(AuthSentCodeTypeSMSTypeID); err != nil {
		tl_auth_sent_code_type_gen.go#L1847: 	case AuthSentCodeTypeSMSTypeID:
		tl_registry_gen.go#L644: 		AuthSentCodeTypeSMSTypeID:                                "auth.sentCodeTypeSms#c000bba2",
		tl_registry_gen.go#L2426: 		"auth.sentCodeTypeSms":                               AuthSentCodeTypeSMSTypeID,
		tl_registry_gen.go#L4208: 		AuthSentCodeTypeSMSTypeID:                                func() bin.Object { return &AuthSentCodeTypeSMS{} },
		tl_registry_gen.go#L5448: 			AuthSentCodeTypeSMSTypeID,