Uses of Interface
org.javacord.api.entity.message.MessageAttachment
-
Packages that use MessageAttachment Package Description org.javacord.api.entity.message org.javacord.api.event.message -
-
Uses of MessageAttachment in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type MessageAttachment Modifier and Type Method Description List<MessageAttachment>Message. getAttachments()Gets the attachments of the message. -
Uses of MessageAttachment in org.javacord.api.event.message
Methods in org.javacord.api.event.message that return types with arguments of type MessageAttachment Modifier and Type Method Description default List<MessageAttachment>CertainMessageEvent. getMessageAttachments()Gets a list with all attachments of the event's message.default Optional<List<MessageAttachment>>OptionalMessageEvent. getMessageAttachments()Gets a list with all attachments of the event's message.
-