1
0
mirror of synced 2024-11-22 13:06:05 +03:00
mg-transport-api-client-go/examples/telegram/main.go

11 lines
136 B
Go
Raw Normal View History

2023-12-28 19:32:03 +03:00
package main
func main() {
LoadConfig("config.json")
RegisterSystem()
InitTGBotAPI()
SetTGWebhook()
RegisterChannel()
Listen()
}