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
|`account.get_settings`| The method is designed to get the current settings of the account |[GetSettings](https://green-api.com/en/docs/api/account/GetSettings/)|
127
-
|`account.set_settings`| The method is designed to set the account settings |[SetSettings](https://green-api.com/en/docs/api/account/SetSettings/)|
128
-
|`account.get_state_instance`| The method is designed to get the state of the account |[GetStateInstance](https://green-api.com/en/docs/api/account/GetStateInstance/)|
129
-
|`account.get_status_instance`| The method is designed to get the socket connection state of the account instance with WhatsApp |[GetStatusInstance](https://green-api.com/en/docs/api/account/GetStatusInstance/)|
126
+
|`account.getSettings`| The method is designed to get the current settings of the account |[GetSettings](https://green-api.com/en/docs/api/account/GetSettings/)|
127
+
|`account.setSettings`| The method is designed to set the account settings |[SetSettings](https://green-api.com/en/docs/api/account/SetSettings/)|
128
+
|`account.getStateInstance`| The method is designed to get the state of the account |[GetStateInstance](https://green-api.com/en/docs/api/account/GetStateInstance/)|
129
+
|`account.getStatusInstance`| The method is designed to get the socket connection state of the account instance with WhatsApp |[GetStatusInstance](https://green-api.com/en/docs/api/account/GetStatusInstance/)|
130
130
|`account.reboot`| The method is designed to restart the account |[Reboot](https://green-api.com/en/docs/api/account/Reboot/)|
131
131
|`account.logout`| The method is designed to unlogin the account |[Logout](https://green-api.com/en/docs/api/account/Logout/)|
132
132
|`account.qr`| The method is designed to get a QR code |[QR](https://green-api.com/en/docs/api/account/QR/)|
133
-
|`account.set_profile_picture`| The method is designed to set the avatar of the account |[SetProfilePicture](https://green-api.com/en/docs/api/account/SetProfilePicture/)|
133
+
|`account.setProfilePicture`| The method is designed to set the avatar of the account |[SetProfilePicture](https://green-api.com/en/docs/api/account/SetProfilePicture/)|
134
134
|`device.getDeviceInfo`| The method is designed to get information about the device (phone) on which the WhatsApp Business application is running |[GetDeviceInfo](https://green-api.com/en/docs/api/phone/GetDeviceInfo/)|
135
135
|`groups.createGroup`| The method is designed to create a group chat |[CreateGroup](https://green-api.com/en/docs/api/groups/CreateGroup/)|
136
136
|`groups.updateGroupName`| The method changes the name of the group chat |[UpdateGroupName](https://green-api.com/en/docs/api/groups/UpdateGroupName/)|
@@ -141,10 +141,10 @@ Example of incoming webhooks receiving | [receiveNotification.py](https://github
141
141
|`groups.removeAdmin`| The method deprives the participant of group chat administration rights |[RemoveAdmin](https://green-api.com/en/docs/api/groups/RemoveAdmin/)|
142
142
|`groups.setGroupPicture`| The method sets the avatar of the group |[SetGroupPicture](https://green-api.com/en/docs/api/groups/SetGroupPicture/)|
143
143
|`groups.leaveGroup`| The method logs the user of the current account out of the group chat |[LeaveGroup](https://green-api.com/en/docs/api/groups/LeaveGroup/)|
144
-
|`journals.get_chat_history`| The method returns the chat message history |[GetChatHistory](https://green-api.com/en/docs/api/journals/GetChatHistory/)|
145
-
|`journals.get_message`| The method returns a chat message |[GetMessage](https://green-api.com/en/docs/api/journals/GetMessage/)|
146
-
|`journals.last_incoming_messages`| The method returns the most recent incoming messages of the account |[LastIncomingMessages](https://green-api.com/en/docs/api/journals/LastIncomingMessages/)|
147
-
|`journals.last_outgoing_messages`| The method returns the last sent messages of the account |[LastOutgoingMessages](https://green-api.com/en/docs/api/journals/LastOutgoingMessages/)|
144
+
|`journals.getChatHistory`| The method returns the chat message history |[GetChatHistory](https://green-api.com/en/docs/api/journals/GetChatHistory/)|
145
+
|`journals.getMessage`| The method returns a chat message |[GetMessage](https://green-api.com/en/docs/api/journals/GetMessage/)|
146
+
|`journals.lastIncomingMessages`| The method returns the most recent incoming messages of the account |[LastIncomingMessages](https://green-api.com/en/docs/api/journals/LastIncomingMessages/)|
147
+
|`journals.lastOutgoingMessages`| The method returns the last sent messages of the account |[LastOutgoingMessages](https://green-api.com/en/docs/api/journals/LastOutgoingMessages/)|
148
148
|`queues.showMessagesQueue`| The method is designed to get the list of messages that are in the queue to be sent |[ShowMessagesQueue](https://green-api.com/en/docs/api/queues/ShowMessagesQueue/)|
149
149
|`queues.clearMessagesQueue`| The method is designed to clear the queue of messages to be sent |[ClearMessagesQueue](https://green-api.com/en/docs/api/queues/ClearMessagesQueue/)|
150
150
|`marking.readChat`| The method is designed to mark chat messages as read |[ReadChat](https://green-api.com/en/docs/api/marks/ReadChat/)|
|`account.get_settings`| Метод предназначен для получения текущих настроек аккаунта |[GetSettings](https://green-api.com/docs/api/account/GetSettings/)|
122
-
|`account.set_settings`| Метод предназначен для установки настроек аккаунта |[SetSettings](https://green-api.com/docs/api/account/SetSettings/)|
123
-
|`account.get_state_instance`| Метод предназначен для получения состояния аккаунта |[GetStateInstance](https://green-api.com/docs/api/account/GetStateInstance/)|
124
-
|`account.get_status_instance`| Метод предназначен для получения состояния сокета соединения инстанса аккаунта с WhatsApp |[GetStatusInstance](https://green-api.com/docs/api/account/GetStatusInstance/)|
121
+
|`account.getSettings`| Метод предназначен для получения текущих настроек аккаунта |[GetSettings](https://green-api.com/docs/api/account/GetSettings/)|
122
+
|`account.setSettings`| Метод предназначен для установки настроек аккаунта |[SetSettings](https://green-api.com/docs/api/account/SetSettings/)|
123
+
|`account.getStateInstance`| Метод предназначен для получения состояния аккаунта |[GetStateInstance](https://green-api.com/docs/api/account/GetStateInstance/)|
124
+
|`account.getStatusInstance`| Метод предназначен для получения состояния сокета соединения инстанса аккаунта с WhatsApp |[GetStatusInstance](https://green-api.com/docs/api/account/GetStatusInstance/)|
125
125
|`account.reboot`| Метод предназначен для перезапуска аккаунта |[Reboot](https://green-api.com/docs/api/account/Reboot/)|
126
126
|`account.logout`| Метод предназначен для разлогинивания аккаунта |[Logout](https://green-api.com/docs/api/account/Logout/)|
127
127
|`account.qr`| Метод предназначен для получения QR-кода |[QR](https://green-api.com/docs/api/account/QR/)|
128
-
|`account.set_profile_picture`| Метод предназначен для установки аватара аккаунта |[SetProfilePicture](https://green-api.com/docs/api/account/SetProfilePicture/)|
128
+
|`account.setProfilePicture`| Метод предназначен для установки аватара аккаунта |[SetProfilePicture](https://green-api.com/docs/api/account/SetProfilePicture/)|
129
129
|`device.getDeviceInfo`| Метод предназначен для получения информации об устройстве (телефоне), на котором запущено приложение WhatsApp Business |[GetDeviceInfo](https://green-api.com/docs/api/phone/GetDeviceInfo/)|
130
130
|`groups.createGroup`| Метод предназначен для создания группового чата |[CreateGroup](https://green-api.com/docs/api/groups/CreateGroup/)|
131
131
|`groups.updateGroupName`| Метод изменяет наименование группового чата |[UpdateGroupName](https://green-api.com/docs/api/groups/UpdateGroupName/)|
@@ -136,10 +136,10 @@ body | тело сообщения (json)
136
136
|`groups.removeAdmin`| Метод лишает участника прав администрирования группового чата |[RemoveAdmin](https://green-api.com/docs/api/groups/RemoveAdmin/)|
137
137
|`groups.setGroupPicture`| Метод устанавливает аватар группы |[SetGroupPicture](https://green-api.com/docs/api/groups/SetGroupPicture/)|
138
138
|`groups.leaveGroup`| Метод производит выход пользователя текущего аккаунта из группового чата |[LeaveGroup](https://green-api.com/docs/api/groups/LeaveGroup/)|
139
-
|`journals.get_chat_history`| Метод возвращает историю сообщений чата |[GetChatHistory](https://green-api.com/docs/api/journals/GetChatHistory/)|
140
-
|`journals.get_message`| Метод возвращает сообщение чата |[GetMessage](https://green-api.com/docs/api/journals/GetMessage/)|
141
-
|`journals.last_incoming_messages`| Метод возвращает крайние входящие сообщения аккаунта |[LastIncomingMessages](https://green-api.com/docs/api/journals/LastIncomingMessages/)|
142
-
|`journals.last_outgoing_messages`| Метод возвращает крайние отправленные сообщения аккаунта |[LastOutgoingMessages](https://green-api.com/docs/api/journals/LastOutgoingMessages/)|
139
+
|`journals.getChatHistory`| Метод возвращает историю сообщений чата |[GetChatHistory](https://green-api.com/docs/api/journals/GetChatHistory/)|
140
+
|`journals.getMessage`| Метод возвращает сообщение чата |[GetMessage](https://green-api.com/docs/api/journals/GetMessage/)|
141
+
|`journals.lastIncomingMessages`| Метод возвращает крайние входящие сообщения аккаунта |[LastIncomingMessages](https://green-api.com/docs/api/journals/LastIncomingMessages/)|
142
+
|`journals.lastOutgoingMessages`| Метод возвращает крайние отправленные сообщения аккаунта |[LastOutgoingMessages](https://green-api.com/docs/api/journals/LastOutgoingMessages/)|
143
143
|`queues.showMessagesQueue`| Метод предназначен для получения списка сообщений, находящихся в очереди на отправку |[ShowMessagesQueue](https://green-api.com/docs/api/queues/ShowMessagesQueue/)|
144
144
|`queues.clearMessagesQueue`| Метод предназначен для очистки очереди сообщений на отправку |[ClearMessagesQueue](https://green-api.com/docs/api/queues/ClearMessagesQueue/)|
145
145
|`marking.readChat`| Метод предназначен для отметки сообщений в чате прочитанными |[ReadChat](https://green-api.com/docs/api/marks/ReadChat/)|
0 commit comments