1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Replaced mine_type by mime_type

This commit is contained in:
Raúl Jornet Calomarde 2015-08-08 23:26:47 +02:00
parent 98f126d249
commit b25435f29a

View File

@ -244,7 +244,7 @@ class Document(JsonDeserializable):
file_size = None
if 'file_name' in obj:
file_name = obj['file_name']
if 'mine_type' in obj:
if 'mime_type' in obj:
mime_type = obj['mime_type']
if 'file_size' in obj:
file_size = obj['file_size']