Copy link
Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/start is the default first text recommended by the official clients, but I'm rather sure that you can bypass that. So maybe just a MessageHandler(filters.ALL, …) that checks if the user id has been recorded yet?
Copy link
Copy Markdown
Member Author
/startis the default first text recommended by the official clients, but I'm rather sure that you can bypass that. So maybe just aMessageHandler(filters.ALL, …)that checks if the user id has been recorded yet?
Done