mirror of
https://github.com/fumiama/ReiBot.git
synced 2026-06-05 09:00:24 +08:00
9 lines
88 B
Go
9 lines
88 B
Go
package rei
|
|
|
|
type Ctx struct {
|
|
Event
|
|
State
|
|
Caller *TelegramClient
|
|
ma *Matcher
|
|
}
|