You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,12 @@ This method will be called when an incoming message is received. Next, process m
177
177
|`serviceMethods.setDisappearingChat`| The method is designed to change the settings of disappearing messages in chats |[SetDisappearingChat](https://green-api.com/en/docs/api/service/SetDisappearingChat/)|
178
178
|`webhooks.startReceivingNotifications`| The method is designed to start receiving new notifications ||
179
179
|`webhooks.stopReceivingNotifications`| The method is designed to stop receiving new notifications ||
180
+
|`statuses.sendTextStatus`| The method is aimed for sending a text status |[SendTextStatus](https://green-api.com/en/docs/api/statuses/SendTextStatus/)|
181
+
|`statuses.sendVoiceStatus`| The method is aimed for sending a voice status |[SendVoiceStatus](https://green-api.com/en/docs/api/statuses/SendVoiceStatus/)|
182
+
|`statuses.sendMediaStatus`| The method is aimed for sending a pictures or video status |[SendMediaStatus](https://green-api.com/en/docs/api/statuses/SendMediaStatus/)|
183
+
|`statuses.getIncomingStatuses`| The method returns the incoming status messages of the instance |[GetIncomingStatuses](https://green-api.com/en/docs/api/statuses/GetIncomingStatuses/)|
184
+
|`statuses.getOutgoingStatuses`| The method returns the outgoing statuses of the account |[GetOutgoingStatuses](https://green-api.com/en/docs/api/statuses/GetOutgoingStatuses/)|
185
+
|`statuses.getStatusStatistic`| The method returns an array of recipients marked sent/delivered/read for a given status |[GetStatusStatistic](https://green-api.com/en/docs/api/statuses/GetStatusStatistic/)|
0 commit comments