Interface IUserGuild
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IUserGuild : IDeletable, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceIconUrl
Gets the icon URL associated with this guild, or null if one is not set.
Declaration
string IconUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsOwner
Returns true if the current user owns this guild.
Declaration
bool IsOwner { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Gets the name of this guild.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Permissions
Returns the current user's permissions for this guild.
Declaration
GuildPermissions Permissions { get; }
Property Value
| Type | Description |
|---|---|
| GuildPermissions |