Skip to content

Commit a044353

Browse files
committed
🗑️ added deprecation & admonition to status features #3031
1 parent 015ed7e commit a044353

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/api/Client.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3988,6 +3988,14 @@ public async getStatus(contactId: ContactId) : Promise<{
39883988
}
39893989

39903990
/**
3991+
* @deprecated
3992+
*
3993+
* :::danger
3994+
*
3995+
* Status features are broken for now. Please join our discord community for updates.
3996+
*
3997+
* :::
3998+
*
39913999
* [REQUIRES A TEXT STORY LICENSE-KEY](https://gum.co/open-wa)
39924000
*
39934001
* Sends a formatted text story.
@@ -4011,6 +4019,14 @@ public async getStatus(contactId: ContactId) : Promise<{
40114019
}
40124020

40134021
/**
4022+
* @deprecated
4023+
*
4024+
* :::danger
4025+
*
4026+
* Status features are broken for now. Please join our discord community for updates.
4027+
*
4028+
* :::
4029+
*
40144030
* [REQUIRES AN IMAGE STORY LICENSE-KEY](https://gum.co/open-wa)
40154031
*
40164032
* Posts an image story.
@@ -4026,6 +4042,14 @@ public async getStatus(contactId: ContactId) : Promise<{
40264042
}
40274043

40284044
/**
4045+
* @deprecated
4046+
*
4047+
* :::danger
4048+
*
4049+
* Status features are broken for now. Please join our discord community for updates.
4050+
*
4051+
* :::
4052+
*
40294053
* [REQUIRES A VIDEO STORY LICENSE-KEY](https://gum.co/open-wa)
40304054
*
40314055
* Posts a video story.

0 commit comments

Comments
 (0)