# ChannelContentGuestCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**type** | [**ContentGuestType**](ContentGuestType.md) |  | [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**bio** | **string** |  | [optional] [default to undefined]
**company** | **string** |  | [optional] [default to undefined]
**companyLink** | **string** |  | [optional] [default to undefined]
**companyBio** | **string** |  | [optional] [default to undefined]
**accountId** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**website** | **string** |  | [optional] [default to undefined]
**facebook** | **string** |  | [optional] [default to undefined]
**twitter** | **string** |  | [optional] [default to undefined]
**instagram** | **string** |  | [optional] [default to undefined]
**linkedIn** | **string** |  | [optional] [default to undefined]
**tikTok** | **string** |  | [optional] [default to undefined]
**youtube** | **string** |  | [optional] [default to undefined]
**discord** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ChannelContentGuestCreateInputs = {
    name,
    type,
    slug,
    title,
    bio,
    company,
    companyLink,
    companyBio,
    accountId,
    imageId,
    website,
    facebook,
    twitter,
    instagram,
    linkedIn,
    tikTok,
    youtube,
    discord,
};
```

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