package main
import (
"time"
"git.sr.ht/~michalr/go-satel"
)
type AppConfig struct {
satelAddr string
chatIds []int64
allowedTypes []satel.ChangeType
allowedIndexes []int
poolInterval time.Duration
}