From a52d4846e6754d2c9973bffe654567b471603388 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 24 Apr 2018 15:05:51 +0200 Subject: [PATCH] Clean Venue type --- pyrogram/client/types/venue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/types/venue.py b/pyrogram/client/types/venue.py index c2cb2b2d..bd70726f 100644 --- a/pyrogram/client/types/venue.py +++ b/pyrogram/client/types/venue.py @@ -41,7 +41,7 @@ class Venue(Object): """ ID = 0xb0700013 - def __init__(self, location, title, address, foursquare_id=None): + def __init__(self, location, title: str, address: str, foursquare_id: str = None): self.location = location # Location self.title = title # string self.address = address # string