Not getting the interaction reply message id

Hey there, im trying to get the message id from a interaction.reply, how would one tackle this? I am trying the following but with no succes:
const test = await interaction.reply(content);


This does not return the message id to me, just some random (i think) interaction id.
Was this page helpful?