We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baeb49a commit 3961591Copy full SHA for 3961591
telegram/passport/passportdata.py
@@ -47,7 +47,7 @@ def __init__(self, data, credentials, bot=None, **kwargs):
47
self.credentials = credentials
48
self.bot = bot
49
50
- self._id_attr = tuple([x.type for x in data] + [credentials.hash])
+ self._id_attrs = tuple([x.type for x in data] + [credentials.hash])
51
52
@classmethod
53
def de_json(cls, data, bot):
0 commit comments