feature: Add DefaultArchiveDuration to ITextChannel (#2295)

This commit is contained in:
Armano den Boef
2022-05-18 09:51:37 +02:00
committed by GitHub
parent 13ccc7c997
commit 1f01881beb
5 changed files with 31 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ namespace Discord
{
public bool IsNsfw => throw new NotImplementedException();
public ThreadArchiveDuration DefaultArchiveDuration => throw new NotImplementedException();
public string Topic => throw new NotImplementedException();
public int SlowModeInterval => throw new NotImplementedException();