|
|
@@ -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 (
|