diff --git a/docs/api/methods/send_animation.rst b/docs/api/methods/send_animation.rst index 5c6782cb..cdc738f8 100644 --- a/docs/api/methods/send_animation.rst +++ b/docs/api/methods/send_animation.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_animation` -- :meth:`aiogram.types.message.Message.reply_animation` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_animation` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_animation_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_animation` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_animation` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_animation` +- :meth:`aiogram.types.message.Message.answer_animation` +- :meth:`aiogram.types.message.Message.reply_animation` diff --git a/docs/api/methods/send_audio.rst b/docs/api/methods/send_audio.rst index 2dbde591..d90e3aef 100644 --- a/docs/api/methods/send_audio.rst +++ b/docs/api/methods/send_audio.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_audio` -- :meth:`aiogram.types.message.Message.reply_audio` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_audio` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_audio_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_audio` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_audio` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_audio` +- :meth:`aiogram.types.message.Message.answer_audio` +- :meth:`aiogram.types.message.Message.reply_audio` diff --git a/docs/api/methods/send_contact.rst b/docs/api/methods/send_contact.rst index 460a7702..c0650e4d 100644 --- a/docs/api/methods/send_contact.rst +++ b/docs/api/methods/send_contact.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_contact` -- :meth:`aiogram.types.message.Message.reply_contact` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_contact` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_contact_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_contact` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_contact` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_contact` +- :meth:`aiogram.types.message.Message.answer_contact` +- :meth:`aiogram.types.message.Message.reply_contact` diff --git a/docs/api/methods/send_dice.rst b/docs/api/methods/send_dice.rst index aa665be9..166b3610 100644 --- a/docs/api/methods/send_dice.rst +++ b/docs/api/methods/send_dice.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_dice` -- :meth:`aiogram.types.message.Message.reply_dice` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_dice` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_dice_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_dice` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_dice` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_dice` +- :meth:`aiogram.types.message.Message.answer_dice` +- :meth:`aiogram.types.message.Message.reply_dice` diff --git a/docs/api/methods/send_document.rst b/docs/api/methods/send_document.rst index 5b979c56..d222d57b 100644 --- a/docs/api/methods/send_document.rst +++ b/docs/api/methods/send_document.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_document` -- :meth:`aiogram.types.message.Message.reply_document` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_document` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_document_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_document` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_document` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_document` +- :meth:`aiogram.types.message.Message.answer_document` +- :meth:`aiogram.types.message.Message.reply_document` diff --git a/docs/api/methods/send_game.rst b/docs/api/methods/send_game.rst index 9015b3f4..5674c184 100644 --- a/docs/api/methods/send_game.rst +++ b/docs/api/methods/send_game.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_game` -- :meth:`aiogram.types.message.Message.reply_game` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_game` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_game_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_game` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_game` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_game` +- :meth:`aiogram.types.message.Message.answer_game` +- :meth:`aiogram.types.message.Message.reply_game` diff --git a/docs/api/methods/send_invoice.rst b/docs/api/methods/send_invoice.rst index 7737f402..7aa24778 100644 --- a/docs/api/methods/send_invoice.rst +++ b/docs/api/methods/send_invoice.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_invoice` -- :meth:`aiogram.types.message.Message.reply_invoice` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_invoice` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_invoice_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_invoice` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_invoice` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_invoice` +- :meth:`aiogram.types.message.Message.answer_invoice` +- :meth:`aiogram.types.message.Message.reply_invoice` diff --git a/docs/api/methods/send_location.rst b/docs/api/methods/send_location.rst index 4bea6902..3b7d2bc8 100644 --- a/docs/api/methods/send_location.rst +++ b/docs/api/methods/send_location.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_location` -- :meth:`aiogram.types.message.Message.reply_location` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_location` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_location_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_location` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_location` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_location` +- :meth:`aiogram.types.message.Message.answer_location` +- :meth:`aiogram.types.message.Message.reply_location` diff --git a/docs/api/methods/send_media_group.rst b/docs/api/methods/send_media_group.rst index 21823573..4d724a13 100644 --- a/docs/api/methods/send_media_group.rst +++ b/docs/api/methods/send_media_group.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_media_group` -- :meth:`aiogram.types.message.Message.reply_media_group` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_media_group` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_media_group_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_media_group` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_media_group` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_media_group` +- :meth:`aiogram.types.message.Message.answer_media_group` +- :meth:`aiogram.types.message.Message.reply_media_group` diff --git a/docs/api/methods/send_message.rst b/docs/api/methods/send_message.rst index fee3bfa5..c21e1125 100644 --- a/docs/api/methods/send_message.rst +++ b/docs/api/methods/send_message.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer` -- :meth:`aiogram.types.message.Message.reply` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply` +- :meth:`aiogram.types.message.Message.answer` +- :meth:`aiogram.types.message.Message.reply` diff --git a/docs/api/methods/send_paid_media.rst b/docs/api/methods/send_paid_media.rst index ada3f2bb..0d3717e8 100644 --- a/docs/api/methods/send_paid_media.rst +++ b/docs/api/methods/send_paid_media.rst @@ -48,5 +48,7 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_paid_media` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_paid_media` - :meth:`aiogram.types.message.Message.answer_paid_media` - :meth:`aiogram.types.message.Message.reply_paid_media` diff --git a/docs/api/methods/send_photo.rst b/docs/api/methods/send_photo.rst index c9797fc0..1671d324 100644 --- a/docs/api/methods/send_photo.rst +++ b/docs/api/methods/send_photo.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_photo` -- :meth:`aiogram.types.message.Message.reply_photo` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_photo` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_photo_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_photo` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_photo` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_photo` +- :meth:`aiogram.types.message.Message.answer_photo` +- :meth:`aiogram.types.message.Message.reply_photo` diff --git a/docs/api/methods/send_poll.rst b/docs/api/methods/send_poll.rst index d81f042c..8e88a930 100644 --- a/docs/api/methods/send_poll.rst +++ b/docs/api/methods/send_poll.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_poll` -- :meth:`aiogram.types.message.Message.reply_poll` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_poll` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_poll_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_poll` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_poll` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_poll` +- :meth:`aiogram.types.message.Message.answer_poll` +- :meth:`aiogram.types.message.Message.reply_poll` diff --git a/docs/api/methods/send_sticker.rst b/docs/api/methods/send_sticker.rst index 9399b7e1..d338c5b1 100644 --- a/docs/api/methods/send_sticker.rst +++ b/docs/api/methods/send_sticker.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_sticker` -- :meth:`aiogram.types.message.Message.reply_sticker` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_sticker` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_sticker_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_sticker` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_sticker` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_sticker` +- :meth:`aiogram.types.message.Message.answer_sticker` +- :meth:`aiogram.types.message.Message.reply_sticker` diff --git a/docs/api/methods/send_venue.rst b/docs/api/methods/send_venue.rst index ec42e991..db816864 100644 --- a/docs/api/methods/send_venue.rst +++ b/docs/api/methods/send_venue.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_venue` -- :meth:`aiogram.types.message.Message.reply_venue` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_venue` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_venue_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_venue` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_venue` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_venue` +- :meth:`aiogram.types.message.Message.answer_venue` +- :meth:`aiogram.types.message.Message.reply_venue` diff --git a/docs/api/methods/send_video.rst b/docs/api/methods/send_video.rst index db454359..2811c9a6 100644 --- a/docs/api/methods/send_video.rst +++ b/docs/api/methods/send_video.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_video` -- :meth:`aiogram.types.message.Message.reply_video` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_video` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_video` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_video` +- :meth:`aiogram.types.message.Message.answer_video` +- :meth:`aiogram.types.message.Message.reply_video` diff --git a/docs/api/methods/send_video_note.rst b/docs/api/methods/send_video_note.rst index 6bc89b09..216c00e1 100644 --- a/docs/api/methods/send_video_note.rst +++ b/docs/api/methods/send_video_note.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_video_note` -- :meth:`aiogram.types.message.Message.reply_video_note` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video_note` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video_note_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_video_note` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_video_note` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_video_note` +- :meth:`aiogram.types.message.Message.answer_video_note` +- :meth:`aiogram.types.message.Message.reply_video_note` diff --git a/docs/api/methods/send_voice.rst b/docs/api/methods/send_voice.rst index 2e4ffc72..3a623951 100644 --- a/docs/api/methods/send_voice.rst +++ b/docs/api/methods/send_voice.rst @@ -48,8 +48,10 @@ As reply into Webhook in handler As shortcut from received object -------------------------------- -- :meth:`aiogram.types.message.Message.answer_voice` -- :meth:`aiogram.types.message.Message.reply_voice` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_voice` - :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_voice_pm` - :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_voice` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_voice` +- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_voice` +- :meth:`aiogram.types.message.Message.answer_voice` +- :meth:`aiogram.types.message.Message.reply_voice`