Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcardeenas committed Apr 6, 2020
2 parents d76516e + 331c6fa commit 9bba79c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,9 @@ client.onLiveLocation(chatId, (liveLocation) => {
...
});

// Listen to group participant changes
client.onParticipantsChanged(chatId, (participantChange) => {
// chatId looks like this: '[email protected]'
// Event interface is in here: https://github.com/danielcardeenas/sulla/blob/master/src/api/model/participant-event.ts
client.onParticipantsChanged(chatId, (event) => {
...
});

Expand Down

0 comments on commit 9bba79c

Please sign in to comment.