CreateChannelResponseData
Information about created channel.
interface CreateChannelResponseData extends CreateChannelParams {
date_created: string;
date_modified: string;
icon_url: string;
id: Channel$1["id"];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
date_created | Required | string | Date on which the channel was first created. |
date_modified | Required | string | Date on which the channel was most recently changed. |
icon_url | Required | string | Link to the platform icon. |
id | Required | Channel$1["id"] | The ID of the channel. |