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

10 uses

	github.com/gotd/td/tg (current package)
		tl_auth_code_type_gen.go#L43: const AuthCodeTypeSMSTypeID = 0x72a3158c
		tl_auth_code_type_gen.go#L79: 	return AuthCodeTypeSMSTypeID
		tl_auth_code_type_gen.go#L91: 		ID:   AuthCodeTypeSMSTypeID,
		tl_auth_code_type_gen.go#L106: 	b.PutID(AuthCodeTypeSMSTypeID)
		tl_auth_code_type_gen.go#L123: 	if err := b.ConsumeID(AuthCodeTypeSMSTypeID); err != nil {
		tl_auth_code_type_gen.go#L597: 	case AuthCodeTypeSMSTypeID:
		tl_registry_gen.go#L638: 		AuthCodeTypeSMSTypeID:                                    "auth.codeTypeSms#72a3158c",
		tl_registry_gen.go#L2420: 		"auth.codeTypeSms":                                   AuthCodeTypeSMSTypeID,
		tl_registry_gen.go#L4202: 		AuthCodeTypeSMSTypeID:                                    func() bin.Object { return &AuthCodeTypeSMS{} },
		tl_registry_gen.go#L5431: 			AuthCodeTypeSMSTypeID,