1 2 3 4 5 6
package telegram type Config struct { BotToken string `env:"TELEGRAM_TOKEN"` TargetGroups []int64 `env:"TELEGRAM_GROUPS"` }