Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-05-07 00:45:59 +07:00
committed by GitHub
parent 50ad39d037
commit 03cb718c72
20 changed files with 212 additions and 23 deletions
+3
View File
@@ -18,11 +18,14 @@ import type { Plugin } from '@anticrm/platform'
import type { Doc, Ref, Class, Space, AttachedDoc, Timestamp } from '@anticrm/core'
import type { AnyComponent } from '@anticrm/ui'
import type { IntegrationType, Handler } from '@anticrm/setting'
import { Channel } from '@anticrm/contact'
/**
* @public
*/
export interface Message extends BaseMessage, AttachedDoc {
attachedTo: Ref<Channel>
attachedToClass: Ref<Class<Channel>>
messageId: string
from: string
textContent: string