Added "encoding" parameter to the SEARCH_CHAT_MESSAGES action.

This commit is contained in:
CalDescent
2023-04-29 17:48:58 +01:00
parent 36e944d7e2
commit 95a1c6bf8b
2 changed files with 2 additions and 0 deletions

View File

@@ -539,6 +539,7 @@ let res = await qortalRequest({
// reference: "reference", // Optional
// chatReference: "chatreference", // Optional
// hasChatReference: true, // Optional
encoding: "BASE64", // Optional (defaults to BASE58 if omitted)
limit: 100,
offset: 0,
reverse: true