mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Fix ID autocast should not add the mark
This commit is contained in:
@@ -30,7 +30,7 @@ AUTO_CASTS = {
|
||||
}
|
||||
|
||||
NAMED_AUTO_CASTS = {
|
||||
('chat_id', 'int'): 'await client.get_peer_id({})'
|
||||
('chat_id', 'int'): 'await client.get_peer_id({}, add_mark=False)'
|
||||
}
|
||||
|
||||
BASE_TYPES = ('string', 'bytes', 'int', 'long', 'int128',
|
||||
|
Reference in New Issue
Block a user