1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Waffle
3ba9799b98 Renaming back pytelegrambotapi module to telebot 2018-04-28 13:50:59 +03:00
Waffle
7957bc45a8 Fixing and upgrading next step and reply handlers. + minor fixes
Rename telebot package to pytelegrambotapi becouse lib named telebot exists and it raising many errors

Add methods:
|     register_for_reply_by_message_id,
|     register_next_step_handler_by_chat_id,
|     clear_reply_handlers,
|     clear_reply_handlers_by_message_id
2018-04-12 13:45:32 +03:00
Andrew
401a848927 Added option to disable CherryPy logging 2017-03-07 21:43:14 +03:00
Kondra007
aee9255568 Changed "Process_new_message" to "Process_new_update"
This way all types of queries (Message, Inline query, Callback query) are supported.
2016-05-20 17:40:22 +03:00
FrankWang
969c5e76ef Fix bytes not string. 2015-10-18 22:03:29 +08:00
Sergio Conde Gómez
d6552eb4c6 Add webhook examples 2015-10-06 12:06:23 +02:00