How to get message by id

for(let channel of interaction.guild.channels.cache) await console.log(channel[1].messages.fetch(messageId))
does not works
Was this page helpful?