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
Property | Type | Description |
---|---|---|
createdAt | number | A timestamps given as the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC. This is the same as returned by |
creatorId | UserId | The ID of the user who created the conversation. |
id | ConversationId | Uniquely identifies a conversation. |
memberCount | number | The number of members of the conversation, including the acting user. |
type | 'IM' |