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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ This method will be called when an incoming message is received. Next, process m
136
136
|`account.reboot`| The method is designed to restart the account |[Reboot](https://green-api.com/en/docs/api/account/Reboot/)|
137
137
|`account.logout`| The method is designed to unlogin the account |[Logout](https://green-api.com/en/docs/api/account/Logout/)|
138
138
|`account.qr`| The method is designed to get a QR code |[QR](https://green-api.com/en/docs/api/account/QR/)|
139
-
|`account.getAuthorizationCode`| The method is designed to authorize an instance by phone number |[GetAuthorizationCode](https://green-api.com/en/docs/api/account/GetAuthorizationCode/)|
139
+
|`account.getAuthorizationCode`| The method is designed to authorize an instance by phone number|[GetAuthorizationCode](https://green-api.com/en/docs/api/account/GetAuthorizationCode/)|
140
140
|`account.setProfilePicture`| The method is designed to set the avatar of the account |[SetProfilePicture](https://green-api.com/en/docs/api/account/SetProfilePicture/)|
141
141
|`groups.createGroup`| The method is designed to create a group chat |[CreateGroup](https://green-api.com/en/docs/api/groups/CreateGroup/)|
142
142
|`groups.updateGroupName`| The method changes the name of the group chat |[UpdateGroupName](https://green-api.com/en/docs/api/groups/UpdateGroupName/)|
@@ -170,19 +170,19 @@ This method will be called when an incoming message is received. Next, process m
170
170
|`serviceMethods.getAvatar`| The method returns the avatar of the correspondent or group chat |[GetAvatar](https://green-api.com/en/docs/api/service/GetAvatar/)|
171
171
|`serviceMethods.getContacts`| The method is designed to get a list of contacts of the current account |[GetContacts](https://green-api.com/en/docs/api/service/GetContacts/)|
172
172
|`serviceMethods.getContactInfo`| The method is designed to obtain information about the contact |[GetContactInfo](https://green-api.com/en/docs/api/service/GetContactInfo/)|
173
-
|`serviceMethods.editMessage`| The method edits a message in a chat |[EditMessage](https://green-api.com/en/docs/api/service/editMessage/)|
173
+
|`serviceMethods.editMessage`| The method edits a message in a chat |[EditMessage](https://green-api.com/en/docs/api/service/editMessage/)|
174
174
|`serviceMethods.deleteMessage`| The method deletes the message from chat |[DeleteMessage](https://green-api.com/en/docs/api/service/deleteMessage/)|
175
175
|`serviceMethods.archiveChat`| The method archives the chat |[ArchiveChat](https://green-api.com/en/docs/api/service/archiveChat/)|
176
176
|`serviceMethods.unarchiveChat`| The method unarchives the chat |[UnarchiveChat](https://green-api.com/en/docs/api/service/unarchiveChat/)|
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
-
|`webhooks.startReceivingNotifications`| The method is designed to start receiving new notifications ||
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/)|
178
+
|`webhooks.startReceivingNotifications`| The method is designed to start receiving new notifications ||
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