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

Struct MessageSendEvent

controller/common.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type MessageSendEvent struct {
40 UserId int64 `json:"user_id,omitempty"`
41 ToUserId int64 `json:"to_user_id,omitempty"`
42 MsgContent string `json:"msg_content,omitempty"`
43}
44
45type MessagePushEvent struct {
46 FromUserId int64 `json:"user_id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected