scord.py mendapatkan id pesan terkirim

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