Class: Discorb::CommandInteraction::UserMenuCommand

Inherits:
Discorb::CommandInteraction show all
Defined in:
lib/discorb/interaction.rb

Overview

Represents a user context menu interaction.

Instance Attribute Summary collapse

Attributes inherited from Interaction

#application_id, #id, #member, #token, #type, #user, #version

Method Summary

Methods included from Interaction::SourceResponse

#defer_source, #post

Methods inherited from Interaction

#channel, #guild, #inspect

Methods inherited from DiscordModel

#==, #eql?, #hash

Instance Attribute Details

#target -> Discorb::Member, Discorb::User (readonly)

Returns The target user.

Returns:



399
400
401
# File 'lib/discorb/interaction.rb', line 399

def target
  @target
end