wickrio-bot-api
Advanced tools
Comparing version 5.87.2 to 5.87.3
{ | ||
"name": "wickrio-bot-api", | ||
"version": "5.87.2", | ||
"version": "5.87.3", | ||
"description": "The official Wickr IO Bot API Framework", | ||
@@ -5,0 +5,0 @@ "main": "src/WickrIOBot.js", |
@@ -288,2 +288,50 @@ class APIService { | ||
sendVoiceMemoUserNameFile( | ||
filePath, | ||
attachment, | ||
display, | ||
duration, | ||
ttl, | ||
bor, | ||
messageID, | ||
messageMeta, | ||
message = '' | ||
) { | ||
return this.WickrIOAPI.cmdSendVoiceMemoUserNameFile( | ||
filePath, | ||
attachment, | ||
display, | ||
duration, | ||
ttl, | ||
bor, | ||
messageID, | ||
messageMeta, | ||
message | ||
) | ||
} | ||
sendVoiceMemoUserHashFile( | ||
filePath, | ||
attachment, | ||
display, | ||
duration, | ||
ttl, | ||
bor, | ||
messageID, | ||
messageMeta, | ||
message = '' | ||
) { | ||
return this.WickrIOAPI.cmdSendVoiceMemoUserHashFile( | ||
filePath, | ||
attachment, | ||
display, | ||
duration, | ||
ttl, | ||
bor, | ||
messageID, | ||
messageMeta, | ||
message | ||
) | ||
} | ||
setMessageStatus(messageID, userID, statusNumber, statusMessage) { | ||
@@ -290,0 +338,0 @@ return this.WickrIOAPI.cmdSetMessageStatus( |
117880
15
2768