Home / @sym20/core-conversations / IConversation

IConversation type

A conversation is a group of users sharing messages. These users are said to be members of the conversation.

Signature
export declare type IConversation = IConversationRoom | IConversationIM;