-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix the chatmemberbot example #3500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
the bot now keeps track of users who started a private chat
Bibo-Joshi
left a comment
There was a problem hiding this comment.
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?
|
@Bibo-Joshi yes you can send a different first message |
Done |
the bot now keeps track of users who started a private chat