feat: /pause telegram command now use _rpc_stopentry function

This commit is contained in:
Axel-CH
2025-03-22 23:57:07 -04:00
parent 1d44f75659
commit 46fab55378

View File

@@ -1254,7 +1254,7 @@ class Telegram(RPCHandler):
:param update: message update :param update: message update
:return: None :return: None
""" """
msg = self._rpc._rpc_pause() msg = self._rpc._rpc_stopentry()
await self._send_msg(f"Status: `{msg['status']}`") await self._send_msg(f"Status: `{msg['status']}`")
@authorized_only @authorized_only