DiscordChatMessageSettings Class

Summary

Class that lets you override default API settings.
Assembly
Cake.Discord.dll
Namespace
Cake.Discord.Chat
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DiscordChatMessageSettings"] class Type type-node

Syntax

public sealed class DiscordChatMessageSettings

Attributes

Type Description
CakeAliasCategoryAttribute

Constructors

Properties

Name Value Summary
AvatarUrl Uri
Gets or sets the URL to an image to use as the avatar for this message.
ThrowOnFail Nullable<bool>
Gets or sets whether to throw an exception on failure.
Tts bool
Gets or sets a value indicating whether this message is a Text to Speech message.
UserName string
Gets or sets the name of the bot.

Extension Methods

Name Value Summary
Dump<DiscordChatMessageSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<DiscordChatMessageSettings>(DiscordChatMessageSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DiscordChatMessageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DiscordChatMessageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<DiscordChatMessageSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<DiscordChatMessageSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin