1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-19 04:50:02 +02:00
thalos/app/service/telegram/config.go

6 lines
102 B
Go

package telegram
type Config struct {
Id string `json:"id"`
Channel int64 `json:"channel"`
}