Class GuildEmote
An image-based emote that is attached to a guild.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class GuildEmote : Emote, IEmote, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceCreatorId
Gets the user ID associated with the creation of this emoji.
Declaration
public ulong? CreatorId { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> | An System.UInt64 snowflake identifier representing the user who created this emoji;
|
IsManaged
Gets whether this emoji is managed by an integration.
Declaration
public bool IsManaged { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | A boolean that determines whether or not this emote is managed by a Twitch integration. |
RequireColons
Gets whether this emoji must be wrapped in colons.
Declaration
public bool RequireColons { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | A boolean that determines whether or not this emote requires the use of colons in chat to be used. |
RoleIds
Gets the roles that are allowed to use this emoji.
Declaration
public IReadOnlyList<ulong> RoleIds { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<System.UInt64> | A read-only list containing snowflake identifiers for roles that are allowed to use this emoji. |
Methods
| Improve this Doc View SourceToString()
Gets the raw representation of the emote.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | A string representing the raw presentation of the emote (e.g. |