1
0
mirror of https://github.com/fumiama/ReiBot.git synced 2026-06-05 09:00:24 +08:00
Files
ReiBot/context.go
2022-06-01 00:39:38 +08:00

9 lines
88 B
Go

package rei
type Ctx struct {
Event
State
Caller *TelegramClient
ma *Matcher
}