add sets for host ts

This commit is contained in:
YouROK
2025-03-25 14:32:00 +03:00
parent 11d9714234
commit 6354eacaa3
2 changed files with 35 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ import (
type Config struct {
HostTG string
HostWeb string
WhiteIds []int64
BlackIds []int64
}