Method: Discordrb::Message#channel

Defined in:
lib/discordrb/data/message.rb

#channelChannel (readonly)

Returns the channel in which this message was sent.

Returns:

  • (Channel)

    the channel in which this message was sent.



20
21
22
# File 'lib/discordrb/data/message.rb', line 20

def channel
  @channel
end