16 lines
393 B
Markdown
16 lines
393 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [Channel](./iceshrimp-sdk.entities.channel.md)
|
|
|
|
## entities.Channel type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type Channel = {
|
|
id: ID;
|
|
};
|
|
```
|
|
**References:** [ID](./iceshrimp-sdk.entities.id.md)
|
|
|