diff --git a/telethon/tl/custom/inline.py b/telethon/tl/custom/inline.py index 9ee244b9..75a81b94 100644 --- a/telethon/tl/custom/inline.py +++ b/telethon/tl/custom/inline.py @@ -56,7 +56,7 @@ class InlineBuilder: self, title, description=None, *, url=None, thumb=None, content=None, id=None, text=None, parse_mode=utils.Default, link_preview=True, - geo=None, period=60, contact=None, game=False, buttons=None, + geo=None, period=60, contact=None, game=False, buttons=None ): """ Creates new inline result of article type.