package telegram type Config struct { BotToken string `env:"TELEGRAM_TOKEN"` TargetGroups []int64 `env:"TELEGRAM_GROUPS"` }