discord.py otrzymuj identyfikator wysłanej wiadomości

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