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?