1
0
Fork 0
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:
Henrik Hautakoski 2023-03-08 14:03:40 +01:00
parent 48f2b2dff1
commit a2ab62afa0

View file

@ -0,0 +1,6 @@
package telegram
type Config struct {
Id string `json:"id"`
Channel int64 `json:"channel"`
}