---
path: bot-api-reference/type-aliases/CommunityLinkClient.md
audience: bot
category: reference
summary: Type alias for `object` (Community).
---

> **CommunityLinkClient** = `object`

## Methods

### communityAppCreate()

> **communityAppCreate**(`request`: [`CommunityLinkAppCreateRequest`](CommunityLinkAppCreateRequest.md)): `Promise`<[`CommunityLinkAppCreateResponse`](CommunityLinkAppCreateResponse.md)>

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `request` | [`CommunityLinkAppCreateRequest`](CommunityLinkAppCreateRequest.md) |

#### Returns

`Promise`<[`CommunityLinkAppCreateResponse`](CommunityLinkAppCreateResponse.md)>

### communityChannelCreate()

> **communityChannelCreate**(`request`: [`CommunityLinkChannelCreateRequest`](CommunityLinkChannelCreateRequest.md)): `Promise`<[`CommunityLinkChannelCreateResponse`](CommunityLinkChannelCreateResponse.md)>

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `request` | [`CommunityLinkChannelCreateRequest`](CommunityLinkChannelCreateRequest.md) |

#### Returns

`Promise`<[`CommunityLinkChannelCreateResponse`](CommunityLinkChannelCreateResponse.md)>

### communityInviteLinkCodeExists()

> **communityInviteLinkCodeExists**(`request`: [`CommunityInviteLinkCodeExistsRequest`](CommunityInviteLinkCodeExistsRequest.md)): `Promise`<[`CommunityInviteLinkCodeExistsResponse`](CommunityInviteLinkCodeExistsResponse.md)>

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `request` | [`CommunityInviteLinkCodeExistsRequest`](CommunityInviteLinkCodeExistsRequest.md) |

#### Returns

`Promise`<[`CommunityInviteLinkCodeExistsResponse`](CommunityInviteLinkCodeExistsResponse.md)>

### communityMessageCreate()

> **communityMessageCreate**(`request`: [`CommunityLinkMessageRequest`](CommunityLinkMessageRequest.md)): `Promise`<[`CommunityLinkMessageResponse`](CommunityLinkMessageResponse.md)>

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `request` | [`CommunityLinkMessageRequest`](CommunityLinkMessageRequest.md) |

#### Returns

`Promise`<[`CommunityLinkMessageResponse`](CommunityLinkMessageResponse.md)>