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

11 lines
136 B
Go
Raw Permalink Normal View History

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