mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-16 18:16:39 +00:00
fix: Cleanup usage of removed inline_only parameter
This commit is contained in:
parent
8bb2ec30fe
commit
b06890e745
@ -391,7 +391,7 @@ class InlineBuilder:
|
||||
'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:
|
||||
text, msg_entities = await self._client._parse_message_text(
|
||||
text, parse_mode
|
||||
|
Loading…
Reference in New Issue
Block a user