-
Notifications
You must be signed in to change notification settings - Fork 6
About the Telegram Bot
Arjun Venkatraman edited this page Jan 12, 2019
·
1 revision
This Bot uses the Updater class to handle the bot. First, a few callback functions are defined. Then, those functions are passed to the Dispatcher and registered at their respective places. Then, the bot is started and runs until we press Ctrl-C on the command line. Usage: Example of a bot-user conversation using ConversationHandler. Send /start to initiate the conversation. Press Ctrl-C on the command line or send a signal to the process to stop the bot.