Table of Contents

Property MessageBefore

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

MessageBefore

Gets the message before it got updated. This property will be null if the message was not cached.

public DiscordMessage? MessageBefore { get; }

Property Value

DiscordMessage