Update examples for send_media_group.py (#481)

InputMediaPhoto and InputMediaVideo are under pyrogram.types
This commit is contained in:
Mahesh19 2020-10-18 21:30:17 +05:30 committed by GitHub
parent d41f8a66f0
commit 87f20a1ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class SendMediaGroup(Scaffold):
Example:
.. code-block:: python
from pyrogram import InputMediaPhoto, InputMediaVideo
from pyrogram.types import InputMediaPhoto, InputMediaVideo
app.send_media_group(
"me",