Paul 5 yıl önce
ebeveyn
işleme
ca27b9dc8a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      packages/cts-api/src/protocol/MsgBase.ts

+ 1
- 1
packages/cts-api/src/protocol/MsgBase.ts Dosyayı Görüntüle

1
 import { uuid } from '../utils/uuid';
1
 import { uuid } from '../utils/uuid';
2
 
2
 
3
-export type MsgType = 'text' | 'audio' | 'video' | 'cmd' | 'attachment';
3
+export type MsgType = 'text' | 'audio' | 'video' | 'image' |'cmd' | 'attachment';
4
 
4
 
5
 export type ChatType = 'chat' | 'room' | 'group' | 'push';
5
 export type ChatType = 'chat' | 'room' | 'group' | 'push';
6
 
6