-
Notifications
You must be signed in to change notification settings - Fork 412
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
Add @everyone example #521
base: master
Are you sure you want to change the base?
Add @everyone example #521
Conversation
I have done a similar thing for an old version of fbchat here's my code but I'm not sure if it will work:
|
Hey, please look at my implementation 😉 https://github.com/kapi2289/fb-everyone-bot It doesn't send all names, it just sends "@everyone" message, that mentions everyone in the group. |
To fetch a Sorry if it's not very clear yet what's going on, still working on getting everything sorted out properly. |
I also made one with a more simpler mentioning method where each user is tagged as |
Right now, we're not even sure if this repo will be maintained and will 2.0 look the same as it is now, so I would wait with "examples" PRs for it to settle 😕 |
I created simple example which can bring Discord's @everyone capabilyty to messenger. I often use it myself.
But I'm not familliar with v2, and I couldn't find any good way to fetch all users from fbchat.Group object. There is a GroupData, but how to get it?