Class: Discordrb::Events::ChannelSelectEvent
- Inherits:
-
ComponentEvent
- Object
- Event
- InteractionCreateEvent
- ComponentEvent
- Discordrb::Events::ChannelSelectEvent
- Defined in:
- lib/discordrb/events/interactions.rb
Overview
Event for when a user interacts with a select channel component.
Instance Attribute Summary collapse
-
#values ⇒ Array<Channel>
readonly
Selected values.
Attributes inherited from ComponentEvent
Attributes inherited from InteractionCreateEvent
#channel, #channel_id, #interaction, #server, #server_id, #type, #user
Attributes inherited from Event
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
#values ⇒ Array<Channel> (readonly)
Returns Selected values.
505 506 507 |
# File 'lib/discordrb/events/interactions.rb', line 505 def values @values end |