Class RoleTags
Provides tags related to a discord role.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class RoleTags
Properties​
BotId​
Gets the identifier of the bot that this role belongs to, if it does.
View Source​
Declaration
public ulong? BotId { get; }
IntegrationId​
Gets the identifier of the integration that this role belongs to, if it does.
View Source​
Declaration
public ulong? IntegrationId { get; }
IsPremiumSubscriberRole​
Gets if this role is the guild's premium subscriber (booster) role.
View Source​
Declaration
public bool IsPremiumSubscriberRole { get; }