📜  discord bot c# 如何刷新消息 - C# 代码示例

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

代码示例1
// 'message' being the message you want to refresh
message = await Ctx.Channel.GetMessageAsync(message.Id).ConfigureAwait(false);