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

org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputMessageContent Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
package org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent;

import org.telegram.telegrambots.api.interfaces.InputBotApiObject;
import org.telegram.telegrambots.api.interfaces.Validable;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * @brief This object represents the content of a message to be sent as a result of an inline
 * query.
 * @date 10 of April of 2016
 */
public interface InputMessageContent extends InputBotApiObject, Validable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy