Update inlinebuilder.py

This commit is contained in:
Devesh Pal 2021-07-05 21:12:50 +05:30 committed by GitHub
parent 4170269147
commit 5b6305f64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,8 @@ class InlineBuilder:
self, title, description=None, type="article",
*, url=None, thumb=None, content=None,
id=None, text=None, parse_mode=(), link_preview=True,
geo=None, period=60, contact=None, game=False, buttons=None
geo=None, period=60, contact=None, game=False, buttons=None,
include_media=False
):
"""
Creates new inline result of article type.