mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-19 09:32:17 +03:00
Fix wrong type hint for int128 and int256
This commit is contained in:
parent
748c2560de
commit
14791e1df1
|
@ -248,6 +248,8 @@ class TLArg:
|
|||
result = {
|
||||
'int': 'int',
|
||||
'long': 'int',
|
||||
'int128': 'int',
|
||||
'int256': 'int',
|
||||
'string': 'str',
|
||||
'date': 'datetime.datetime | None', # None date = 0 timestamp
|
||||
'bytes': 'bytes',
|
||||
|
|
Loading…
Reference in New Issue
Block a user