Moved IDeletable from InviteMetadata to Invite
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
public interface IInvite : IEntity<string>
|
||||
public interface IInvite : IEntity<string>, IDeletable
|
||||
{
|
||||
/// <summary> Gets the unique identifier for this invite. </summary>
|
||||
string Code { get; }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Discord
|
||||
{
|
||||
public interface IInviteMetadata : IDeletable, IInvite
|
||||
public interface IInviteMetadata : IInvite
|
||||
{
|
||||
/// <summary> Returns true if this invite was revoked. </summary>
|
||||
bool IsRevoked { get; }
|
||||
|
||||
Reference in New Issue
Block a user