Table of Contents

Class MessageProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

Properties that are used to modify an IUserMessage with the specified changes.

public class MessageProperties
Inheritance
MessageProperties
Inherited Members

Properties

Cards

Gets or sets the cards of the message.

public IEnumerable<ICard>? Cards { get; set; }

Property Value

IEnumerable<ICard>

Content

Gets or sets the content of the message.

public string? Content { get; set; }

Property Value

string

Remarks

This must be less than the constant defined by MaxMessageSize.

EphemeralUser

Gets or sets the only user that can see this message.

public IUser? EphemeralUser { get; set; }

Property Value

IUser

Quote

Gets or sets the quote of the message.

public IQuote? Quote { get; set; }

Property Value

IQuote

See Also