1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

add: GroupVoiceElement.Data

This commit is contained in:
Mrs4s 2020-08-08 08:37:32 +08:00
parent 371a7516fe
commit 2a32e62327

View File

@ -26,6 +26,7 @@ type GroupImageElement struct {
}
type GroupVoiceElement struct {
Data []byte
Ptt *msg.Ptt
}