🗯️Message Properties

Use the EmbedBuilder and .Build() to create an Embed to send messages with.

Embed

string Title

string Url

string IconUrl

string Description

string Image

RevoltColor Color

Attachment

string Id

DateTime CreatedAt

string Tag

string Filename

string Type

int Size

int Width

int Height

bool Deleted

bool Reported

string GetUrl( int? size )

FileAttachment

string Id

DateTime CreatedAt

MessageEmbed

EmbedType Type

stringTitle?

string? Description

string? Site

RevoltColor Color

EmbedMedia? Image

Attachment? Media

EmbedMedia? Video

string? Url

string? IconUrl

EmbedProviderType Provider

EmbedMedia

string Url

int Width

int Height

EmbedType
public enum EmbedType
{
    None,
    Website,
    Image,
    Video,
    Text
}
EmbedProviderType
public enum EmbedProviderType
{
    None,
    GIF,
    Lightspeed,
    YouTube,
    Twitch,
    Spotify,
    Soundcloud,
    Bandcamp
}
MessageInteractions

Emoji[ ] Reactions

bool RestrictReactions

MessageMasquerade

string Name

string AvatarUrl

RevoltColor Color

MessageReply

string MessageId

bool IsMention

Last updated