Method: Discordrb::Message#content

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

#contentString (readonly) Also known as: text, to_s

Returns the content of this message.

Returns:

  • (String)

    the content of this message.



9
10
11
# File 'lib/discordrb/data/message.rb', line 9

def content
  @content
end