package org.telegram.telegrambots.api.objects.inlinequery.result; import org.telegram.telegrambots.api.interfaces.InputBotApiObject; import org.telegram.telegrambots.api.interfaces.Validable; /** * @author Ruben Bermudez * @version 1.0 * @brief This object represents one result of an inline query. * @date 01 of January of 2016 */ public interface InlineQueryResult extends InputBotApiObject, Validable { }