Skip to content

Commit

Permalink
Improve type completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil21 committed May 20, 2024
1 parent 7b4fa44 commit f5b4edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/_chatfullinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ def __init__(

# Required and unique to this class-
with self._unfrozen():
self.max_reaction_count = max_reaction_count
self.max_reaction_count: int = max_reaction_count

self._freeze()

0 comments on commit f5b4edf

Please sign in to comment.