QlikBot - qlik-bots/QlikBotNet GitHub Wiki

This is the starting class of the whole program, it does nothing but initiating a new bot service. In this case, Qlik telegram is inititated and start pooling messages from telegram bot platform.

QlikBot namespace

Program.cs

Main(String[])

It initiates the bot and starts a loop to keep the program running until user types 'close' command to terminate the service.

Init()

Initiates program, currently does nothing.

end()

Ends program, currently does nothing.