@ultroid_cmd(pattern="msginfo")
async def somefunction(event):
    reply = await event.get_reply_message()
    await event.edit(f"``{reply.text}``")