forked from fbchat-dev/fbchat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
add_users_to_chat
, on_people_added
and on_person_removed
.…
… Also fixed sending messages to groups. Added functionality to add users in `send` Fixed sending messages to groups (Sending empty `other_user_fbid` does not work. It has to be omitted!) Added new `on_message`, which gets `recipient_id` and `thread_type`. This will help people sending messages to groups greatly! It also no longer receives `name`, since this parameter isn't used. Added event functions `on_people_added` and `on_person_removed`, and their corresponding calls.
- Loading branch information
Showing
1 changed file
with
70 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters