Skip to content

Commit

Permalink
merge emoticon to image
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Aug 10, 2018
1 parent ff91a7a commit c7365f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/schemas/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ export enum MessageType {
Audio, // Audio(1), Voice(34)
Contact, // ShareCard(42)
ChatHistory, // ChatHistory(19)
Emoticon, // Sticker: Emotion(15), Emotion(47)
Image, // Img(2), Image(3)
Image, // Img(2), Image(3), Sticker[Emotion(15), Emotion(47)]
Text, // Text(1)
Location, // Location(48)
MiniProgram, // MiniProgram(33)
Expand Down

0 comments on commit c7365f0

Please sign in to comment.