Answer the question
In order to leave comments, you need to log in
Sending a message from a user to a group?
I need that after the 30th line, when a person sends a number (Not with a message, but through a button), this number comes to my group, they offer it through the handler
@bot.message_handler(content_types=["text"])
def forward_group(message):
bot.forward_message(group_id, from_chat_id, message_id)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question