wfz 3 лет назад
Родитель
Сommit
fd8d076d35
1 измененных файлов с 5 добавлено и 4 удалено
  1. 5 4
      define/chat.go

+ 5 - 4
define/chat.go

@@ -24,10 +24,11 @@ var (
 )
 
 var (
-	ChatTypeText    = "text"    // 文本
-	ChatTypeVoice   = "voice"   // 音频
-	ChatTypePicture = "picture" // 图片
-	ChatTypeScrip   = "scrip"   // 小纸条
+	ChatTypeText     = "text"     // 文本
+	ChatTypeVoice    = "voice"    // 音频
+	ChatTypePicture  = "picture"  // 图片
+	ChatTypeScrip    = "scrip"    // 小纸条
+	ChatTypeEmoticon = "emoticon" // 表情包
 )
 
 var (