| 37 | } |
| 38 | |
| 39 | type 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 | |
| 45 | type MessagePushEvent struct { |
| 46 | FromUserId int64 `json:"user_id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected