Skip to content

Commit

Permalink
Fix #2287
Browse files Browse the repository at this point in the history
Fix #2287
  • Loading branch information
coder2020official authored May 31, 2024
1 parent a6b6064 commit 9071421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telebot/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -9899,7 +9899,6 @@ def de_json(cls, json_string):
if json_string is None: return None
obj = cls.check_json(json_string)
obj['document'] = Document.de_json(obj['document'])
obj['fill'] = BackgroundFill.de_json(obj['fill'])
return cls(**obj)

def __init__(self, type, document, dark_theme_dimming, is_blurred=None, is_moving=None, **kwargs):
Expand Down

0 comments on commit 9071421

Please sign in to comment.