Alokai

CreateChannelResponseData

Information about created channel.

interface CreateChannelResponseData extends CreateChannelParams {
	date_created: string;
	date_modified: string;
	icon_url: string;
	id: Channel$1["id"];
}

Properties

NameRequiredTypeDescription
date_createdRequiredstringDate on which the channel was first created.
date_modifiedRequiredstringDate on which the channel was most recently changed.
icon_urlRequiredstringLink to the platform icon.
idRequiredChannel$1["id"]The ID of the channel.

Referenced Types

On this page