package modules import "git.fromouter.space/hamcha/tg" type Module interface { Initialize(*tg.Telegram, string) error OnUpdate(tg.APIUpdate) }