![JAR search and dependency download from the Maven repository](/logo.png)
jdash.common.entity.GDPrivateMessageDownload Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdash-common Show documentation
Show all versions of jdash-common Show documentation
Common types and utilities when dealing with Geometry Dash data
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