| 43 | } |
| 44 | |
| 45 | ReplyElement struct { |
| 46 | ReplySeq uint32 |
| 47 | SenderUin uint32 |
| 48 | SenderUID string |
| 49 | GroupUin uint32 // 私聊回复群聊时 |
| 50 | Time uint32 |
| 51 | Elements []IMessageElement |
| 52 | } |
| 53 | |
| 54 | VoiceElement struct { |
| 55 | Name string |
nothing calls this directly
no outgoing calls
no test coverage detected