This commit is contained in:
Mihail Gribkov
2024-10-22 21:46:54 +03:00
committed by GitHub
parent dfe679cbfd
commit 8b929690a9
15 changed files with 36 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ namespace Discord
{
internal sealed class MockedGroupChannel : IGroupChannel
{
public ChannelType ChannelType => ChannelType.Group;
public IReadOnlyCollection<IUser> Recipients => throw new NotImplementedException();
public string Name => throw new NotImplementedException();