Class: Discorb::MessageComponentInteraction Abstract
- Inherits:
-
Interaction
- Object
- DiscordModel
- Interaction
- Discorb::MessageComponentInteraction
- Defined in:
- lib/discorb/interaction.rb
Overview
This class is abstract.
Represents a message component interaction.
Direct Known Subclasses
Defined Under Namespace
Classes: Button, SelectMenu
Instance Attribute Summary collapse
-
#custom_id -> String
readonly
The content of the response.
Attributes inherited from Interaction
#application_id, #id, #member, #token, #type, #user, #version
Method Summary
Methods included from Interaction::UpdateResponse
Methods included from Interaction::SourceResponse
Methods inherited from Interaction
#channel, #guild, #inspect, #target
Methods inherited from DiscordModel
Instance Attribute Details
#custom_id -> String (readonly)
Returns The content of the response.
373 374 375 |
# File 'lib/discorb/interaction.rb', line 373 def custom_id @custom_id end |