diff --git a/telethon/client/downloads.py b/telethon/client/downloads.py index a6befd4f..60c071e4 100644 --- a/telethon/client/downloads.py +++ b/telethon/client/downloads.py @@ -743,7 +743,7 @@ class DownloadMethods(UserMethods): file, 'contact', '.vcard', possible_names=[first_name, phone_number, last_name] ) - f = open(file, 'wb', encoding='utf-8') + f = open(file, 'wb') else: f = file