Home / @sym20/core-conversations / IConversationRoom

IConversationRoom interface

A room is a named conversation with an unlimited amount of members. Rooms has a wide variety of configuration options to control its behaviour.

Signature
export interface IConversationRoom extends IStoreItem 

Properties

PropertyTypeDescription
createdAtnumber

A timestamps given as the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC. This is the same as returned by Date.now() in JavaScript.

creatorIdUserId

The ID of the user who created the conversation.

descriptionstring

A description of the room, often stating the purpose of it.

idConversationId

Uniquely identifies a conversation.

memberCountnumber

The number of members of the conversation, including the acting user.

namestring

The name of the room.

type'ROOM'