mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
Adding app/service/telegram/config.go
This commit is contained in:
parent
48f2b2dff1
commit
a2ab62afa0
1 changed files with 6 additions and 0 deletions
6
app/service/telegram/config.go
Normal file
6
app/service/telegram/config.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package telegram
|
||||
|
||||
type Config struct {
|
||||
Id string `json:"id"`
|
||||
Channel int64 `json:"channel"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue