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

org.telegram.telegrambots.meta.api.methods.ParseMode Maven / Gradle / Ivy

There is a newer version: 7.9.1
Show newest version
package org.telegram.telegrambots.meta.api.methods;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * @brief Type of parse modes for text in messages
 * @date 10 of April of 2016
 */
public class ParseMode {
    public static final String MARKDOWN = "Markdown";
    public static final String HTML = "html";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy