Concrete class prototype
This commit is contained in:
13
src/Discord.Net.Core/Entities/IApplication.cs
Normal file
13
src/Discord.Net.Core/Entities/IApplication.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Discord
|
||||
{
|
||||
public interface IApplication : ISnowflakeEntity
|
||||
{
|
||||
string Name { get; }
|
||||
string Description { get; }
|
||||
string[] RPCOrigins { get; }
|
||||
ulong Flags { get; }
|
||||
string IconUrl { get; }
|
||||
|
||||
IUser Owner { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user