IPrivateChannel should extend IChannel
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Discord
|
namespace Discord
|
||||||
{
|
{
|
||||||
public interface IPrivateChannel
|
public interface IPrivateChannel : IChannel
|
||||||
{
|
{
|
||||||
IReadOnlyCollection<IUser> Recipients { get; }
|
IReadOnlyCollection<IUser> Recipients { get; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user