mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 02:09:58 +03:00
Update inlinebuilder.py
This commit is contained in:
parent
4170269147
commit
5b6305f64a
|
@ -75,7 +75,8 @@ class InlineBuilder:
|
||||||
self, title, description=None, type="article",
|
self, title, description=None, type="article",
|
||||||
*, url=None, thumb=None, content=None,
|
*, url=None, thumb=None, content=None,
|
||||||
id=None, text=None, parse_mode=(), link_preview=True,
|
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.
|
Creates new inline result of article type.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user