Interface IUserGuild
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IUserGuild : IDeletable, ISnowflakeEntity, IEntity<ulong>
Properties​
Name​
Gets the name of this guild.
View Source​
Declaration
string Name { get; }
IconUrl​
Gets the icon URL associated with this guild, or null
if one is not set.
View Source​
Declaration
string IconUrl { get; }
IsOwner​
Returns true
if the current user owns this guild.
View Source​
Declaration
bool IsOwner { get; }
Permissions​
Returns the current user's permissions for this guild.
View Source​
Declaration
GuildPermissions Permissions { get; }