All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdash.common.entity.GDPrivateMessageDownload Maven / Gradle / Ivy

The newest version!
package jdash.common.entity;

/**
 * Represents full data on a private message, which includes the message body.
 *
 * @param message The {@link GDPrivateMessage} containing the base information about the private message.
 * @param body    The body of the private message.
 */
public record GDPrivateMessageDownload(
        GDPrivateMessage message,
        String body
) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy