@@ -1174,8 +1174,8 @@ def forward_messages(self,
11741174
11751175 Returns:
11761176 On success and in case *message_ids* was a list, the returned value will be a list of the forwarded
1177- :obj:`Messages <pyrogram.api.types.pyrogram. Message>` even if a list contains just one element, otherwise if
1178- *message_ids* was an integer, the single forwarded :obj:`Message <pyrogram.api.types.pyrogram. Message>`
1177+ :obj:`Messages <pyrogram.Message>` even if a list contains just one element, otherwise if
1178+ *message_ids* was an integer, the single forwarded :obj:`Message <pyrogram.Message>`
11791179 is returned.
11801180
11811181 Raises:
@@ -1268,7 +1268,7 @@ def send_photo(self,
12681268 The size of the file.
12691269
12701270 Returns:
1271- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
1271+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
12721272
12731273 Raises:
12741274 :class:`Error <pyrogram.Error>`
@@ -1403,7 +1403,7 @@ def send_audio(self,
14031403 The size of the file.
14041404
14051405 Returns:
1406- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
1406+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
14071407
14081408 Raises:
14091409 :class:`Error <pyrogram.Error>`
@@ -1530,7 +1530,7 @@ def send_document(self,
15301530 The size of the file.
15311531
15321532 Returns:
1533- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
1533+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
15341534
15351535 Raises:
15361536 :class:`Error <pyrogram.Error>`
@@ -1642,7 +1642,7 @@ def send_sticker(self,
16421642 The size of the file.
16431643
16441644 Returns:
1645- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
1645+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
16461646
16471647 Raises:
16481648 :class:`Error <pyrogram.Error>`
@@ -1785,7 +1785,7 @@ def send_video(self,
17851785 The size of the file.
17861786
17871787 Returns:
1788- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
1788+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
17891789
17901790 Raises:
17911791 :class:`Error <pyrogram.Error>`
@@ -1919,7 +1919,7 @@ def send_voice(self,
19191919 The size of the file.
19201920
19211921 Returns:
1922- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
1922+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
19231923
19241924 Raises:
19251925 :class:`Error <pyrogram.Error>`
@@ -2042,7 +2042,7 @@ def send_video_note(self,
20422042 The size of the file.
20432043
20442044 Returns:
2045- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
2045+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
20462046
20472047 Raises:
20482048 :class:`Error <pyrogram.Error>`
@@ -2284,7 +2284,7 @@ def send_location(self,
22842284 instructions to remove reply keyboard or to force a reply from the user.
22852285
22862286 Returns:
2287- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
2287+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
22882288
22892289 Raises:
22902290 :class:`Error <pyrogram.Error>`
@@ -2359,7 +2359,7 @@ def send_venue(self,
23592359 instructions to remove reply keyboard or to force a reply from the user.
23602360
23612361 Returns:
2362- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
2362+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
23632363
23642364 Raises:
23652365 :class:`Error <pyrogram.Error>`
@@ -2431,7 +2431,7 @@ def send_contact(self,
24312431 instructions to remove reply keyboard or to force a reply from the user.
24322432
24332433 Returns:
2434- On success, the sent :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
2434+ On success, the sent :obj:`Message <pyrogram.Message>` is returned.
24352435
24362436 Raises:
24372437 :class:`Error <pyrogram.Error>`
@@ -2567,7 +2567,7 @@ def edit_message_text(self,
25672567 An InlineKeyboardMarkup object.
25682568
25692569 Returns:
2570- On success, the edited :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
2570+ On success, the edited :obj:`Message <pyrogram.Message>` is returned.
25712571
25722572 Raises:
25732573 :class:`Error <pyrogram.Error>`
@@ -2621,7 +2621,7 @@ def edit_message_caption(self,
26212621 An InlineKeyboardMarkup object.
26222622
26232623 Returns:
2624- On success, the edited :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned.
2624+ On success, the edited :obj:`Message <pyrogram.Message>` is returned.
26252625
26262626 Raises:
26272627 :class:`Error <pyrogram.Error>`
@@ -2665,7 +2665,7 @@ def edit_message_reply_markup(self,
26652665
26662666 Returns:
26672667 On success, if edited message is sent by the bot, the edited
2668- :obj:`Message <pyrogram.api.types.pyrogram. Message>` is returned, otherwise True is returned.
2668+ :obj:`Message <pyrogram.Message>` is returned, otherwise True is returned.
26692669
26702670 Raises:
26712671 :class:`Error <pyrogram.Error>`
@@ -3261,7 +3261,7 @@ def download_media(self,
32613261 """Use this method to download the media from a Message.
32623262
32633263 Args:
3264- message (:obj:`Message <pyrogram.api.types.pyrogram. Message>` | ``str``):
3264+ message (:obj:`Message <pyrogram.Message>` | ``str``):
32653265 Pass a Message containing the media, the media itself (message.audio, message.video, ...) or
32663266 the file id as string.
32673267
@@ -3549,8 +3549,8 @@ def get_messages(self,
35493549
35503550 Returns:
35513551 On success and in case *message_ids* was a list, the returned value will be a list of the requested
3552- :obj:`Messages <pyrogram.api.types.pyrogram. Message>` even if a list contains just one element, otherwise if
3553- *message_ids* was an integer, the single requested :obj:`Message <pyrogram.api.types.pyrogram. Message>`
3552+ :obj:`Messages <pyrogram.Message>` even if a list contains just one element, otherwise if
3553+ *message_ids* was an integer, the single requested :obj:`Message <pyrogram.Message>`
35543554 is returned.
35553555
35563556 Raises:
0 commit comments