mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2021-05-13 03:08:02 +03:00
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
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import sys
|
||||
|
||||
sys.path.append('../')
|
||||
from telebot import types
|
||||
from pytelegrambotapi import types
|
||||
|
||||
|
||||
def test_json_user():
|
||||
|
||||
Reference in New Issue
Block a user