fix: Cleanup usage of removed inline_only parameter

This commit is contained in:
Darskiy 2025-05-30 22:58:12 +03:00
parent 8bb2ec30fe
commit b06890e745

View File

@ -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