Discord.py Get ID du message envoyé

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