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

com.payneteasy.telegram.bot.client.model.ParseMode Maven / Gradle / Ivy

The newest version!
package com.payneteasy.telegram.bot.client.model;

public enum ParseMode {

    /**
     * See https://core.telegram.org/bots/api#markdownv2-style
     */
    MarkdownV2,

    /**
     * See https://core.telegram.org/bots/api#html-style
     */
    HTML,

    /** This is a legacy mode, retained for backward compatibility **/
    Markdown
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy