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

net.mossol.bot.model.ReplyMessage Maven / Gradle / Ivy

There is a newer version: 0.0.3.8
Show newest version
package net.mossol.bot.model;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class ReplyMessage {
    private final TextType type;
    private final LocationInfo locationInfo;
    private final String text;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy