Merge pull request #54 from Neur0toxine/master
[feature] add audio message type
This commit is contained in:
commit
f6db774691
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ const (
|
|||
MsgTypeFile string = "file"
|
||||
// MsgTypeImage image card
|
||||
MsgTypeImage string = "image"
|
||||
// MsgTypeAudio audio
|
||||
MsgTypeAudio string = "audio"
|
||||
|
||||
// MsgOrderStatusCodeNew order status group new
|
||||
MsgOrderStatusCodeNew = "new"
|
||||
|
|
Loading…
Add table
Reference in a new issue