Interface IBan
Represents a generic ban object.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IBan
Properties​
User​
Gets the banned user.
View Source​
Declaration
IUser User { get; }
Reason​
Gets the reason why the user is banned if specified.
View Source​
Declaration
string Reason { get; }