Class: Discorb::SlashCommandInteraction
- Inherits:
-
Interaction
- Object
- DiscordModel
- Interaction
- Discorb::SlashCommandInteraction
- Defined in:
- lib/discorb/interaction.rb
Overview
TODO:
Implement this.
Represents a slash command interaction.
Instance Attribute Summary
Attributes inherited from Interaction
#application_id, #id, #member, #token, #type, #user, #version
Instance Method Summary collapse
Methods inherited from Interaction
#channel, #guild, #inspect, #target
Methods inherited from DiscordModel
Instance Method Details
#_set_data(data) -> Object
248 249 250 |
# File 'lib/discorb/interaction.rb', line 248 def _set_data(data) p data end |