Type alias RTMOperationResponse

RTMOperationResponse: BaseResponse & {
    channelName: string;
}

Type declaration

  • channelName: string