discord.py obtenga ID del mensaje enviado

sent_message = await ctx.send("I want to get the ID of this message")
print(sent_message.id)
ThatOtherAndrew