Interface ConversationInfo

Hierarchy

  • ConversationInfo

Properties

creationTimestamp: number

Conversation creation timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.

id: string

The ID of the conversation.

myParticipationType: ConversationParticipationType

Participation type of the current person in this conversation

notificationCount: number

Notification count of this conversation.

otherParticipants: [ConversationParticipant]

All other participants of this conversation

The current recipient of this conversation

Conversation state.

topic?: string

Topic of this conversation; null if not set