Class DiscordBulkDeleteMessages
Represents a discord Bulk Delete Messages API request model. Docs: https://discord.com/developers/docs/resources/channel#bulk-delete-messages-json-params
Inheritance
System.Object
DiscordBulkDeleteMessages
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Color_Chan.Discord.Core.Common.API.Params.Channel
Assembly: Color-Chan.Discord.Core.dll
Syntax
public class DiscordBulkDeleteMessages
Properties
| Improve this Doc View SourceMessageIds
an array of message ids to delete (2-100)
Declaration
[JsonPropertyName("messages")]
public IReadOnlyCollection<ulong> MessageIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<System.UInt64> |