Method: Discordrb::Message#attachments

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

#attachmentsArray<Attachment> (readonly)

Returns the files attached to this message.

Returns:

  • (Array<Attachment>)

    the files attached to this message.



36
37
38
# File 'lib/discordrb/data/message.rb', line 36

def attachments
  @attachments
end