RoleTags
class RoleTags(val data: RoleTagsData, val guildId: Snowflake, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : KordObject, Strategizable(source)
Constructors
Link copied to clipboard
constructor(data: RoleTagsData, guildId: Snowflake, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)
Properties
Link copied to clipboard
Link copied to clipboard
The guild behavior this tag belongs to.
Link copied to clipboard
The ID of the Integration this role belongs to.
Link copied to clipboard
Whether this role is available for purchase.
Link copied to clipboard
Whether this role is a guild's linked role.
Link copied to clipboard
Whether this is the guild's Booster role.
Link copied to clipboard
The ID of this role's subscription sku and listing.
Link copied to clipboard
The supplier used to request entities.
Functions
Link copied to clipboard
Link copied to clipboard
Requests to get the integration of this tag through the supplier, returns null if the Integration isn't present.
Link copied to clipboard