# Activity


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**message** | **string** |  | [default to undefined]
**status** | [**ActivityStatus**](ActivityStatus.md) |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**pinned** | **boolean** |  | [default to undefined]
**pinnedExplore** | **boolean** |  | [default to undefined]
**giphyId** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**videoId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**entities** | [**Array&lt;BaseActivityEntity&gt;**](BaseActivityEntity.md) |  | [default to undefined]
**moderation** | [**ModerationStatus**](ModerationStatus.md) |  | [default to undefined]
**meetingId** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**groupId** | **string** |  | [default to undefined]
**contentId** | **string** |  | [default to undefined]
**eventMediaItemId** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**BaseActivityCount**](BaseActivityCount.md) |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**video** | [**BaseVideo**](BaseVideo.md) |  | [default to undefined]
**meeting** | [**BaseMeeting**](BaseMeeting.md) |  | [default to undefined]
**group** | [**BaseGroup**](BaseGroup.md) |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**content** | [**BaseChannelContent**](BaseChannelContent.md) |  | [default to undefined]
**schedule** | [**BaseSchedule**](BaseSchedule.md) |  | [default to undefined]

## Example

```typescript
import { Activity } from '@connectedxm/admin-sdk';

const instance: Activity = {
    id,
    message,
    status,
    featured,
    pinned,
    pinnedExplore,
    giphyId,
    imageId,
    videoId,
    account,
    entities,
    moderation,
    meetingId,
    eventId,
    groupId,
    contentId,
    eventMediaItemId,
    createdAt,
    updatedAt,
    _count,
    image,
    video,
    meeting,
    group,
    event,
    content,
    schedule,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
