📌  相关文章
📜  discord.py 获取已发送消息的 id - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:59.253000             🧑  作者: Mango

代码示例1
sent_message = await ctx.send("I want to get the ID of this message")
print(message.id)