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:
parent
c117ff2d50
commit
4ba4bc18cf
@ -1571,6 +1571,7 @@ class InputInvoiceMessageContent(Dictionaryable):
|
|||||||
json_dict['is_flexible'] = self.is_flexible
|
json_dict['is_flexible'] = self.is_flexible
|
||||||
return json_dict
|
return json_dict
|
||||||
|
|
||||||
|
|
||||||
class ChosenInlineResult(JsonDeserializable):
|
class ChosenInlineResult(JsonDeserializable):
|
||||||
@classmethod
|
@classmethod
|
||||||
def de_json(cls, json_string):
|
def de_json(cls, json_string):
|
||||||
|
Loading…
Reference in New Issue
Block a user