DiscordLua
discorddiscord
v1.2.4
Install

ApplicationRoleConnectionMetadata

Class
On this page

ApplicationRoleConnectionMetadata is a DiscordLua class representing a Discord resource. Obtain it from a manager, an event payload, or the constructor when one is documented below.

class Module 1.2.4 Source

Properties

ApplicationRoleConnectionMetadata.client

# readonly
Name
client
Type
any
Access
readonly
Description
Owning Client instance used for REST, cache, and event dispatch.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

ApplicationRoleConnectionMetadata.description

# readonly
Name
description
Type
any
Access
readonly
Description
Instance field ApplicationRoleConnectionMetadata.description. Read it after the object is constructed or wrapped from Gateway/REST data.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

ApplicationRoleConnectionMetadata.descriptionLocalizations

# readonly
Name
descriptionLocalizations
Type
any
Access
readonly
Description
Instance field ApplicationRoleConnectionMetadata.descriptionLocalizations. Read it after the object is constructed or wrapped from Gateway/REST data.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

ApplicationRoleConnectionMetadata.key

# readonly
Name
key
Type
any
Access
readonly
Description
Instance field ApplicationRoleConnectionMetadata.key. Read it after the object is constructed or wrapped from Gateway/REST data.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

ApplicationRoleConnectionMetadata.name

# readonly
Name
name
Type
any
Access
readonly
Description
Display name of this ApplicationRoleConnectionMetadata.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

ApplicationRoleConnectionMetadata.nameLocalizations

# readonly
Name
nameLocalizations
Type
any
Access
readonly
Description
Instance field ApplicationRoleConnectionMetadata.nameLocalizations. Read it after the object is constructed or wrapped from Gateway/REST data.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

ApplicationRoleConnectionMetadata.raw

# readonly
Name
raw
Type
any
Access
readonly
Description
Instance field ApplicationRoleConnectionMetadata.raw. Read it after the object is constructed or wrapped from Gateway/REST data.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

ApplicationRoleConnectionMetadata.type

# readonly
Name
type
Type
any
Access
readonly
Description
Instance field ApplicationRoleConnectionMetadata.type. Read it after the object is constructed or wrapped from Gateway/REST data.
Availability
Populated from the Gateway/REST payload or constructor for this ApplicationRoleConnectionMetadata.

Examples

Obtain this object from a manager, wrap helper, or event payload — it is not constructed directly in typical bot code.

ActionRow · Activity · ActivityInstance · ActivityLocation · AnonymousGuild · ApplicationCommand · Attachment · AuthorizingIntegrationOwners

Version: discord 1.2.4 · runtime 1.0.0

Search Ctrl K Navigate Open Esc