Remora.Discord.API.Abstractions 84.0.0

Prefix Reserved
dotnet add package Remora.Discord.API.Abstractions --version 84.0.0
                    
NuGet\Install-Package Remora.Discord.API.Abstractions -Version 84.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Remora.Discord.API.Abstractions" Version="84.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Remora.Discord.API.Abstractions" Version="84.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Remora.Discord.API.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Remora.Discord.API.Abstractions --version 84.0.0
                    
#r "nuget: Remora.Discord.API.Abstractions, 84.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Remora.Discord.API.Abstractions@84.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Remora.Discord.API.Abstractions&version=84.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Remora.Discord.API.Abstractions&version=84.0.0
                    
Install as a Cake Tool

Remora.Discord.API.Abstractions

This package contains a complete set of type and API abstractions for the Discord API. It provides no concrete implementations; rather, it acts as a general, library-agnostic standard definition of Discord's API.

These types serve as the foundation of Remora.Discord's entire API surface, but can just as easily be used to implement your own Discord library, independently of Remora.Discord.

The primary goal of this project is to model Discord's API as closely as possible, while at the same time applying appropriate C# practices and builtin types (such as DateTimeOffset).

Structure

The library is divided into type categories, organized to match Discord's API documentation as closely as is realistic. Each object defined by Discord has a corresponding interface, with inline documentation that matches Discord's.

The REST API surface is similarly divided by purpose, wherein related endpoints are grouped together (application, audit log, channel, guild, etc).

Usage

No particular usage recommendations exist for this library. It's up to you to decide how to implement or utilize these definitions.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Remora.Discord.API.Abstractions:

Package Downloads
Remora.Discord.API

Remora.Discord's implementation of Discord's API objects

VTP.RemoraHelpSystem

Provides a simple, modular help system for Remora.Discord.

VTP.Remora.Views

A (currently POC) library to implement views (e.g. MVC) into the Remora.Discord library.

VTP.Remora.Discord.Builders

Adds builders to make Remora.Discord slightly easier to use.

VTP.Remora.DelegateDispatch

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
84.0.0 26,059 5/24/2025
83.0.0 15,426 2/13/2025
82.0.0 49,891 5/28/2024
81.0.0 26,595 2/5/2024
80.0.0 48,050 11/14/2023
79.0.0 30,600 7/24/2023
78.0.0 19,814 5/11/2023
77.0.0 3,713 3/20/2023
76.0.0 4,338 1/19/2023
75.0.0 3,697 1/10/2023
74.0.0 4,055 12/28/2022
73.0.0 6,842 12/10/2022
72.0.0 5,452 10/30/2022
71.0.0 22,210 9/2/2022
70.0.0 5,524 8/19/2022
69.0.0 11,734 7/26/2022
68.0.0 9,313 6/29/2022
67.0.0 5,228 6/27/2022
66.0.1 5,961 6/23/2022
66.0.0 9,651 6/19/2022
Loading failed

BREAKING: Components V2 support