File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -988,8 +988,8 @@ def send_event_preview(self,
988
988
''' Sends an event preview.
989
989
990
990
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 .
993
993
payload (dict): Custom payload to be used as request's data.
994
994
It overrides all other parameters provided for the method.
995
995
Original file line number Diff line number Diff line change @@ -1023,7 +1023,7 @@ def send_event_preview(self,
1023
1023
event : dict = None ,
1024
1024
payload : dict = None ,
1025
1025
headers : dict = None ) -> httpx .Response :
1026
- ''' Sends event preview.
1026
+ ''' Sends an event preview.
1027
1027
1028
1028
Args:
1029
1029
chat_id (str): ID of the chat to send event preview to.
You can’t perform that action at this time.
0 commit comments