mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 11:02:29 +00:00
Cleanup usage of removed inline_only parameter (#4630)
This commit is contained in:
@@ -391,7 +391,7 @@ class InlineBuilder:
|
|||||||
'text geo contact game'.split(), args) if x[1]) or 'none')
|
'text geo contact game'.split(), args) if x[1]) or 'none')
|
||||||
)
|
)
|
||||||
|
|
||||||
markup = self._client.build_reply_markup(buttons, inline_only=True)
|
markup = self._client.build_reply_markup(buttons)
|
||||||
if text is not None:
|
if text is not None:
|
||||||
text, msg_entities = await self._client._parse_message_text(
|
text, msg_entities = await self._client._parse_message_text(
|
||||||
text, parse_mode
|
text, parse_mode
|
||||||
|
Reference in New Issue
Block a user