Add missing import

This commit is contained in:
Dan 2018-08-09 21:55:06 +02:00
parent 2b4138ee30
commit 888b3cc6aa

View File

@ -16,6 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
from .input_media import InputMedia
from .input_media_animation import InputMediaAnimation
from .input_media_audio import InputMediaAudio
from .input_media_document import InputMediaDocument