diff --git a/app/service/telegram/config.go b/app/service/telegram/config.go new file mode 100644 index 0000000..caba44d --- /dev/null +++ b/app/service/telegram/config.go @@ -0,0 +1,6 @@ +package telegram + +type Config struct { + Id string `json:"id"` + Channel int64 `json:"channel"` +}