Skip to content

Commit

Permalink
add call to the cmdDeleteGroupConvo
Browse files Browse the repository at this point in the history
want to be able to delete group conversations
  • Loading branch information
pwcushman authored Dec 21, 2023
1 parent 350004b commit bdf80f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ class WickrBot extends EventEmitter {
return this.wickr.cmdAddGroupConvo(users)
}

deleteGroupConvo(vgroupid) {
return this.wickr.cmdDeleteGroupConvo(vgroupid)
}

createRoom(users, moderators, title, description) {
if (typeof users === 'string') {
users = [users]
Expand Down

0 comments on commit bdf80f4

Please sign in to comment.