IDiscordApi
Interface
Members
2
SendEmbedAsync
method
Posts a rich embed to the saved destination identified by target. color is a 0xRRGGBB integer. Returns true when Discord accepted the post.Task<bool> SendEmbedAsync(string target, string title, string description = default, int? color = default, string url = default, CancellationToken cancellationToken = default)SendMessageAsync
method
Posts message as plain text to the saved destination identified by target. Returns true when Discord accepted the post.Task<bool> SendMessageAsync(string target, string message, CancellationToken cancellationToken = default)
