Class: Discordrb::Events::ChannelSelectEvent

Inherits:
ComponentEvent show all
Defined in:
lib/discordrb/events/interactions.rb

Overview

Event for when a user interacts with a select channel component.

Instance Attribute Summary collapse

Attributes inherited from ComponentEvent

#custom_id, #message

Attributes inherited from InteractionCreateEvent

#channel, #channel_id, #interaction, #server, #server_id, #type, #user

Attributes inherited from Event

#bot

Method Summary

Methods inherited from InteractionCreateEvent

#defer, #defer_update, #delete_message, #delete_response, #edit_message, #edit_response, #get_component, #respond, #send_message, #show_modal, #update_message

Instance Attribute Details

#valuesArray<Channel> (readonly)

Returns Selected values.

Returns:

  • (Array<Channel>)

    Selected values.



469
470
471
# File 'lib/discordrb/events/interactions.rb', line 469

def values
  @values
end