MCPcopy Index your code
hub / github.com/djun/wechatbot / ReplyText

Method ReplyText

handlers/handler.go:12–12  ·  view source on GitHub ↗
(*openwechat.Message)

Source from the content-addressed store, hash-verified

10type MessageHandlerInterface interface {
11 handle(*openwechat.Message) error
12 ReplyText(*openwechat.Message) error
13}
14
15type HandlerType string

Callers 2

ReplyTextMethod · 0.65
ReplyTextMethod · 0.65

Implementers 2

GroupMessageHandlerhandlers/group_msg_handler.go
UserMessageHandlerhandlers/user_msg_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected