Skip to content

Commit 87f20a1

Browse files
authored
Update examples for send_media_group.py (pyrogram#481)
InputMediaPhoto and InputMediaVideo are under pyrogram.types
1 parent d41f8a6 commit 87f20a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/methods/messages/send_media_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def send_media_group(
6262
Example:
6363
.. code-block:: python
6464
65-
from pyrogram import InputMediaPhoto, InputMediaVideo
65+
from pyrogram.types import InputMediaPhoto, InputMediaVideo
6666
6767
app.send_media_group(
6868
"me",

0 commit comments

Comments
 (0)