CreateChannelResponse
Response of create channel endpoint.
interface CreateChannelResponse {
data: CreateChannelResponseData;
meta: EmptyMeta;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | CreateChannelResponseData | Information about created channel. |
meta | Required | EmptyMeta | Empty object. |