A builder that creates API-compatible JSON data for message references.
Implements
JSONEncodable<MessageReferenceBuilderData>Creates new allowed mention builder from API data.
Name | Type | Optional | Description |
---|---|---|---|
data | Partial<MessageReferenceBuilderData> | Yes | The API data to create this attachment with |
Clear the id of the channel being referenced
Clear the id of the guild being referenced
Clear the type of message reference this represents
Sets the id of the channel being referenced
Name | Type | Optional | Description |
---|---|---|---|
channelId | Snowflake | No | The id of the channel being referenced |
Sets the id of the guild being referenced
Name | Type | Optional | Description |
---|---|---|---|
guildId | Snowflake | No | The id of the guild being referenced |
Sets the id of the message being referenced
Name | Type | Optional | Description |
---|---|---|---|
messageId | Snowflake | No | The id of the message being referenced |
Sets the types of message reference this represents
Name | Type | Optional | Description |
---|---|---|---|
type | MessageReferenceType | No | The type of message reference |
Serializes this builder to API-compatible JSON data.Note that by disabling validation, there is no guarantee that the resulting object will be valid.
Name | Type | Optional | Description |
---|---|---|---|
validationOverride | boolean | Yes | Force validation to run/not run regardless of your global preference |