GetChannelResponseWithData
Response of get channel endpoint.
interface GetChannelResponseWithData {
data: GetChannelResponseData;
meta: EmptyMeta;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | GetChannelResponseData | Information about get channel. |
meta | Required | EmptyMeta | Empty object. |