-1

query.edit_message_text(InputMediaDocument("https://t.me/aastuchem/125"))

TypeError: Object of type InputMediaDocument is not JSON serializable

1 Answers1

0

You can't add a document to a text message that didn't have a document in it before. To edit the document in a message that does have a document in it, you'll have to use query.edit_message_media and note that providing a link to a telegram message doesn't work. See also this wiki entry.

CallMeStag
  • 5,467
  • 1
  • 7
  • 22