rss2world/internal/telegram/config.go

7 lines
132 B
Go

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