summaryrefslogtreecommitdiff
path: root/internal/telegram/config.go
blob: 9fd602943214c441a96c792215ec783711b3a623 (plain) (blame)
1
2
3
4
5
6
package telegram

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