MCPcopy Create free account
hub / github.com/RaymondCode/simple-demo / MessagePushEvent

Struct MessagePushEvent

controller/common.go:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type MessagePushEvent struct {
46 FromUserId int64 `json:"user_id,omitempty"`
47 MsgContent string `json:"msg_content,omitempty"`
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected