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

pro.zackpollard.telegrambot.api.chat.inline.send.content.InputMessageContent Maven / Gradle / Ivy

package pro.zackpollard.telegrambot.api.chat.inline.send.content;

/**
 * @author zackp
 */
public interface InputMessageContent {

    /**
     * Gets the type of InputMessageContent that this object represents
     *
     * @return The InputMessageContentType of this object
     */
    InputMessageContentType getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy