Type alias ChannelMetadataOperationResponse

ChannelMetadataOperationResponse: BaseResponse & {
    channelName: string;
    channelType: RtmChannelType;
}

Type declaration