Skip to content

Commit fd7bf7a

Browse files
committed
fixup! ME-566: Add send_message_preview method
1 parent 3c845ef commit fd7bf7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

livechat/agent/rtm/api/v36.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,8 @@ def send_event_preview(self,
988988
''' Sends an event preview.
989989
990990
Args:
991-
chat_id (str): ID of the chat you want to send the event preview to.
992-
event (dict): Event object.
991+
chat_id (str): ID of the chat to send event preview to.
992+
event (dict): Event object containing the event data.
993993
payload (dict): Custom payload to be used as request's data.
994994
It overrides all other parameters provided for the method.
995995

livechat/agent/web/api/v36.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ def send_event_preview(self,
10231023
event: dict = None,
10241024
payload: dict = None,
10251025
headers: dict = None) -> httpx.Response:
1026-
''' Sends event preview.
1026+
''' Sends an event preview.
10271027
10281028
Args:
10291029
chat_id (str): ID of the chat to send event preview to.

0 commit comments

Comments
 (0)