-
So i want to reply using a bot in a group with condition that the reply can only be seen by the user i am replying to. I found a doc and tried following it. But it seems to not behave how the comment was written in the code. I have attached both the code snippets and the comment in the function Param comment on the library:param protect_content: If True, the message content will be hidden for all users except for the target user My Code Snippet@bot.message_handler(commands=["help"]) Whenever the bot replies to the command everyone in the group can see it! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Group is the place where EVERYONE will see EVERYTHING. You cannot make private messages in the group. |
Beta Was this translation helpful? Give feedback.
-
Comment is wrong. It should be:
we'll fix it. |
Beta Was this translation helpful? Give feedback.
Comment is wrong. It should be:
we'll fix it.