Is there a bot.reply_to() function, but for sending files? #2301
-
I need to be able to call the function that is responsible for replying to a message when sending a document, just like when sending text. |
Beta Was this translation helpful? Give feedback.
Answered by
coder2020official
Jun 12, 2024
Replies: 1 comment 6 replies
-
reply_to is a syntactic sugar for frequently used function. You can do replies with send_xxx by setting reply_to_message_id parameter. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, use reply_parameters instead, check the documentation