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

add extra space

This commit is contained in:
snikidev 2021-08-03 17:35:59 +01:00
parent c117ff2d50
commit 4ba4bc18cf

View File

@ -1571,6 +1571,7 @@ class InputInvoiceMessageContent(Dictionaryable):
json_dict['is_flexible'] = self.is_flexible
return json_dict
class ChosenInlineResult(JsonDeserializable):
@classmethod
def de_json(cls, json_string):