@@ -34,13 +34,13 @@ Message
3434 - :meth: `~Message.click `
3535 - :meth: `~Message.delete `
3636 - :meth: `~Message.download `
37- - :meth: `~Message.edit `
37+ - :meth: `~Message.forward `
38+ - :meth: `~Message.pin `
39+ - :meth: `~Message.edit_text `
3840 - :meth: `~Message.edit_caption `
3941 - :meth: `~Message.edit_media `
4042 - :meth: `~Message.edit_reply_markup `
41- - :meth: `~Message.forward `
42- - :meth: `~Message.pin `
43- - :meth: `~Message.reply `
43+ - :meth: `~Message.reply_text `
4444 - :meth: `~Message.reply_animation `
4545 - :meth: `~Message.reply_audio `
4646 - :meth: `~Message.reply_cached_media `
@@ -84,7 +84,7 @@ CallbackQuery
8484 :columns: 5
8585
8686 - :meth: `~CallbackQuery.answer `
87- - :meth: `~CallbackQuery.edit `
87+ - :meth: `~CallbackQuery.edit_text `
8888 - :meth: `~CallbackQuery.edit_caption `
8989 - :meth: `~CallbackQuery.edit_media `
9090 - :meth: `~CallbackQuery.edit_reply_markup `
@@ -106,13 +106,13 @@ Details
106106 .. automethod :: Message.click()
107107.. automethod :: Message.delete()
108108.. automethod :: Message.download()
109- .. automethod :: Message.edit()
109+ .. automethod :: Message.forward()
110+ .. automethod :: Message.pin()
111+ .. automethod :: Message.edit_text()
110112.. automethod :: Message.edit_caption()
111113.. automethod :: Message.edit_media()
112114.. automethod :: Message.edit_reply_markup()
113- .. automethod :: Message.forward()
114- .. automethod :: Message.pin()
115- .. automethod :: Message.reply()
115+ .. automethod :: Message.reply_text()
116116.. automethod :: Message.reply_animation()
117117.. automethod :: Message.reply_audio()
118118.. automethod :: Message.reply_cached_media()
@@ -141,7 +141,7 @@ Details
141141
142142.. CallbackQuery
143143 .. automethod :: CallbackQuery.answer()
144- .. automethod :: CallbackQuery.edit ()
144+ .. automethod :: CallbackQuery.edit_text ()
145145.. automethod :: CallbackQuery.edit_caption()
146146.. automethod :: CallbackQuery.edit_media()
147147.. automethod :: CallbackQuery.edit_reply_markup()
0 commit comments