> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.CommunityReactionSetResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface CommunityReactionSetResult

```typescript
interface CommunityReactionSetResult {
    active: boolean;
    count: number;
    emoji: string;
    messageRef: string;
}
```

Types: [active](#active), [count](#count), [emoji](#emoji), [messageRef](#messageref)

##### Index

### <a id="properties"></a>Properties

[active](#active) [count](#count) [emoji](#emoji) [messageRef](#messageref)

## <a id="properties-1"></a>Properties

### <a id="active"></a>active

```typescript
active: boolean
```

### <a id="count"></a>count

```typescript
count: number
```

### <a id="emoji"></a>emoji

```typescript
emoji: string
```

### <a id="messageref"></a>messageRef

```typescript
messageRef: string
```
