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

com.antonioaltieri.telegram.botapi.types.ReplyMarkup Maven / Gradle / Ivy

The newest version!
package com.antonioaltieri.telegram.botapi.types;

/**
 * Defines a general interface for reply markups.
 */
public interface ReplyMarkup {

    /**
     * @return This instance converted to a JSON String.
     */
    String serialize();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy