1
0
mirror of https://github.com/fumiama/ReiBot.git synced 2026-06-11 21:50:35 +08:00
This commit is contained in:
源文雨
2022-06-10 19:58:48 +08:00
parent e3c0d5efd6
commit 72390b4c09
14 changed files with 845 additions and 20 deletions

View File

@@ -46,6 +46,9 @@ func (tc *TelegramClient) processEvent(update tgba.Update) {
State: State{},
Caller: tc,
}
if tp == "Message" {
ctx.Message = (*tgba.Message)(f.UnsafePointer())
}
match(ctx, matchers)
continue
}