Class: Discorb::CommandInteraction::MessageMenuCommand
- Inherits:
 - 
      Discorb::CommandInteraction
      
        
- Object
 - DiscordModel
 - Interaction
 - Discorb::CommandInteraction
 - Discorb::CommandInteraction::MessageMenuCommand
 
 
- Defined in:
 - lib/discorb/interaction.rb
 
Overview
Represents a message context menu interaction.
Instance Attribute Summary collapse
- 
  
    
      #target -> Discorb::Message 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The target message.
 
Attributes inherited from Interaction
#application_id, #id, #member, #token, #type, #user, #version
Method Summary
Methods included from Interaction::SourceResponse
Methods inherited from Interaction
Methods inherited from DiscordModel
Instance Attribute Details
#target -> Discorb::Message (readonly)
Returns The target message.
      349 350 351  | 
    
      # File 'lib/discorb/interaction.rb', line 349 def target @target end  |