1
0
Fork 0
mirror of synced 2025-04-08 03:22:01 +00:00
mg-transport-api-client-go/examples/telegram/main.go
2023-12-28 19:32:03 +03:00

10 lines
136 B
Go

package main
func main() {
LoadConfig("config.json")
RegisterSystem()
InitTGBotAPI()
SetTGWebhook()
RegisterChannel()
Listen()
}