diff --git a/app/core/_utils/tg_process_template.py b/app/core/_utils/tg_process_template.py index 13c9df2..6c1a076 100644 --- a/app/core/_utils/tg_process_template.py +++ b/app/core/_utils/tg_process_template.py @@ -47,7 +47,6 @@ async def tg_process_template( return await chat_wrap.send_message( text, reply_markup=keyboard, - content_id=content_id, **kwargs )