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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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/)|
Copy file name to clipboardExpand all lines: README_RUS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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