mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
6 lines
102 B
Go
6 lines
102 B
Go
package telegram
|
|
|
|
type Config struct {
|
|
Id string `json:"id"`
|
|
Channel int64 `json:"channel"`
|
|
}
|