Alokai

CreateChannelResponse

Response of create channel endpoint.

interface CreateChannelResponse {
	data: CreateChannelResponseData;
	meta: EmptyMeta;
}

Properties

NameRequiredTypeDescription
dataRequiredCreateChannelResponseDataInformation about created channel.
metaRequiredEmptyMetaEmpty object.

Referenced Types

On this page