Skip to content

Commit

Permalink
🗑️ depreacted lists and buttons till further notice #3116
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed May 11, 2023
1 parent be7f874 commit 45594e0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/api/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1596,13 +1596,15 @@ public async testCallback(callbackToTest: SimpleListener, testData: any) : Prom

/**
*
* {@license:insiders@}
* @deprecated
*
* :::danger
*
* WA BIZ accounts CANNOT send buttons. This is a WA limitation. DO NOT get a license solely for access to buttons on wa business accounts.
* THIS IS NOT WORKING FOR GROUPS YET.
*
* BUTTONS ARE DEPRECATED FOR NOW. DO NOT GET A LICENSE TO USE BUTTONS.
*
* :::
*
* Send generic quick reply buttons. This is an insiders feature for MD accounts.
Expand All @@ -1624,8 +1626,7 @@ public async testCallback(callbackToTest: SimpleListener, testData: any) : Prom


/**
*
* {@license:insiders@}
* @deprecated
*
* :::danger
*
Expand All @@ -1634,6 +1635,8 @@ public async testCallback(callbackToTest: SimpleListener, testData: any) : Prom
*
* THIS IS NOT WORKING FOR GROUPS YET.
*
* ADVANCED ARE DEPRECATED FOR NOW. DO NOT GET A LICENSE TO USE BUTTONS.
*
* :::
*
*
Expand Down Expand Up @@ -1692,13 +1695,15 @@ public async testCallback(callbackToTest: SimpleListener, testData: any) : Prom

/**
*
* {@license:insiders@}
* @deprecated
*
* :::danger
*
* It is not currently possible to send a listmessage to a group chat. This is a WA limitation.
* Please DO NOT get a license solely for access to list messages in group chats.
*
* LIST MESSAGES ARE DEPRECATED TILL FURTHER NOTICE
*
* :::
*
* Send a list message. This will not work when being sent from business accounts!
Expand Down

0 comments on commit 45594e0

Please sign in to comment.