Type Alias ChatChannelsCreateChannelResponse

ChatChannelsCreateChannelResponse: {
    channel_url?: string;
    id?: string;
    jid?: string;
    name?: string;
    type?: 1 | 2 | 3 | 4;
}