Table of Contents

Enum ModifyMode

Namespace
DisCatSharp.Enums.Core
Assembly
DisCatSharp.dll

Represents the mode used by a DisCatSharpBuilder for updating a message.

public enum ModifyMode

Fields

Update = 0

Denotes that the message will only update explicitly set fields, leaving others unchanged.

Replace = 1

Denotes that the entire message will be replaced as if it were a new message.