MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / ReplyElement

Struct ReplyElement

message/elements.go:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected