From 12ef16cbeef97b58a5e660230eaa84ceb80afdbc Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Thu, 27 Jun 2024 02:20:00 +0300 Subject: first commit --- internal/telegram/config.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 internal/telegram/config.go (limited to 'internal/telegram') diff --git a/internal/telegram/config.go b/internal/telegram/config.go new file mode 100644 index 0000000..9fd6029 --- /dev/null +++ b/internal/telegram/config.go @@ -0,0 +1,6 @@ +package telegram + +type Config struct { + BotToken string `env:"TELEGRAM_TOKEN"` + TargetGroups []int64 `env:"TELEGRAM_GROUPS"` +} -- cgit v1.2.3