MCPcopy
hub / github.com/eatmoreapple/openwechat / notifyMobileClient

Method notifyMobileClient

bot.go:184–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (b *Bot) notifyMobileClient() error {
185 notifyOption := &CallerWebWxStatusNotifyOptions{
186 BaseRequest: b.Storage.Request,
187 WebInitResponse: b.Storage.Response,
188 LoginInfo: b.Storage.LoginInfo,
189 }
190 return b.Caller.WebWxStatusNotify(b.Context(), notifyOption)
191}
192
193func (b *Bot) startMessageSync() {
194 go b.runMessageLoop()

Callers 1

webInitMethod · 0.95

Calls 2

ContextMethod · 0.95
WebWxStatusNotifyMethod · 0.45

Tested by

no test coverage detected