1
0
mirror of synced 2024-11-22 04:56:06 +03:00

add audio message type

This commit is contained in:
Pavel 2019-08-15 16:12:47 +03:00
parent 7d65da6c29
commit 1fadd9756f

View File

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