| Name | DiscordInteractionTag |
| Prefix | discordinteraction@ |
| Base Type | ElementTag |
| Implements | FlaggableObject |
| Identity Format | The identity format for Discord interactions is the bot ID, followed by the interaction ID.
For example: mybot,5678 |
| Description | A DiscordInteractionTag is an object that represents an interaction on Discord, either as a generic reference, or as a bot-specific reference.
Interactions are temporary - they only exist for 15 minutes. This object type is flaggable. Flags on this object type will be stored in temporary memory. |
| Requires | dDiscordBot |
| Source | https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordInteractionTag.java#L28 |