mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Return message on data.keyboard call
This commit is contained in:
parent
02b6718b2d
commit
84f985d7a0
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class TelegramSerf(Serf):
|
|||
parse_mode="HTML",
|
||||
disable_web_page_preview=True,
|
||||
reply_markup=tg_markup)
|
||||
yield
|
||||
yield message
|
||||
await self.api_call(message.edit_reply_markup, reply_markup=None)
|
||||
for uid in key_uids:
|
||||
del self.key_callbacks[uid]
|
||||
|
|
Loading…
Reference in a new issue