Home / @sym20/core-conversations / IConversationIM

IConversationIM interface

A direct message conversation (also known as IM) is an unnamed informal private conversation between two users.

Signature
export interface IConversationIM 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.

idConversationId

Uniquely identifies a conversation.

memberCountnumber

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

type'IM'