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:
parent
903de2a72c
commit
1691e84d01
@ -572,7 +572,7 @@ class ForceReply(JsonSerializable):
|
|||||||
return json.dumps(json_dict)
|
return json.dumps(json_dict)
|
||||||
|
|
||||||
|
|
||||||
class ReplyKeyboardHide(JsonSerializable):
|
class ReplyKeyboardRemove(JsonSerializable):
|
||||||
def __init__(self, selective=None):
|
def __init__(self, selective=None):
|
||||||
self.selective = selective
|
self.selective = selective
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user