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

ReplyKeyboardHide -> ReplyKeyboardRemove

Since Telegram changed object name in API docs: https://core.telegram.org/bots/api#replykeyboardremove
This commit is contained in:
Evgeny Petrov 2016-11-16 14:18:39 +03:00 committed by GitHub
parent 903de2a72c
commit 1691e84d01

View File

@ -572,7 +572,7 @@ class ForceReply(JsonSerializable):
return json.dumps(json_dict)
class ReplyKeyboardHide(JsonSerializable):
class ReplyKeyboardRemove(JsonSerializable):
def __init__(self, selective=None):
self.selective = selective