Skip to content

Commit 7024e1d

Browse files
committed
Fixing backwards compatibility
1 parent 27f9562 commit 7024e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,12 +1020,12 @@ def send_venue(self,
10201020
title=None,
10211021
address=None,
10221022
foursquare_id=None,
1023-
foursquare_type=None,
10241023
disable_notification=False,
10251024
reply_to_message_id=None,
10261025
reply_markup=None,
10271026
timeout=None,
10281027
venue=None,
1028+
foursquare_type=None,
10291029
**kwargs):
10301030
"""Use this method to send information about a venue.
10311031

0 commit comments

Comments
 (0)