From 244b4f15ce5b4c0042aa336fffe5b957eb5b7c91 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 7 Jun 2018 10:54:45 +0200 Subject: [PATCH] Remove duplicate parameter --- pyrogram/client/types/video_note.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyrogram/client/types/video_note.py b/pyrogram/client/types/video_note.py index 2421436b..7f0b6736 100644 --- a/pyrogram/client/types/video_note.py +++ b/pyrogram/client/types/video_note.py @@ -35,9 +35,6 @@ class VideoNote(Object): thumb (:obj:`PhotoSize `, *optional*): Video thumbnail. - file_size (``int``, *optional*): - File size. - file_name (``str``, *optional*): Video note file name.