Uses of Interface
org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResult
-
-
Uses of InlineQueryResult in org.telegram.telegrambots.meta.api.methods
Methods in org.telegram.telegrambots.meta.api.methods that return types with arguments of type InlineQueryResult Modifier and Type Method Description List<InlineQueryResult>AnswerInlineQuery. getResults()Methods in org.telegram.telegrambots.meta.api.methods with parameters of type InlineQueryResult Modifier and Type Method Description AnswerInlineQueryAnswerInlineQuery. setResults(InlineQueryResult... results)Method parameters in org.telegram.telegrambots.meta.api.methods with type arguments of type InlineQueryResult Modifier and Type Method Description AnswerInlineQueryAnswerInlineQuery. setResults(List<InlineQueryResult> results) -
Uses of InlineQueryResult in org.telegram.telegrambots.meta.api.objects.inlinequery.result
Classes in org.telegram.telegrambots.meta.api.objects.inlinequery.result that implement InlineQueryResult Modifier and Type Class Description classInlineQueryResultArticleclassInlineQueryResultAudioclassInlineQueryResultContactclassInlineQueryResultDocumentclassInlineQueryResultGameclassInlineQueryResultGifclassInlineQueryResultLocationclassInlineQueryResultMpeg4GifclassInlineQueryResultPhotoclassInlineQueryResultVenueclassInlineQueryResultVideoclassInlineQueryResultVoice -
Uses of InlineQueryResult in org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached
Classes in org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached that implement InlineQueryResult Modifier and Type Class Description classInlineQueryResultCachedAudioclassInlineQueryResultCachedDocumentclassInlineQueryResultCachedGifclassInlineQueryResultCachedMpeg4GifclassInlineQueryResultCachedPhotoclassInlineQueryResultCachedStickerclassInlineQueryResultCachedVideoclassInlineQueryResultCachedVoice -
Uses of InlineQueryResult in org.telegram.telegrambots.meta.api.objects.inlinequery.result.chached
Classes in org.telegram.telegrambots.meta.api.objects.inlinequery.result.chached that implement InlineQueryResult Modifier and Type Class Description classInlineQueryResultCachedAudioDeprecated.Replaced byInlineQueryResultCachedAudioclassInlineQueryResultCachedDocumentDeprecated.Replaced byInlineQueryResultCachedDocumentclassInlineQueryResultCachedGifDeprecated.Replaced byInlineQueryResultCachedGifclassInlineQueryResultCachedMpeg4GifDeprecated.Replaced byInlineQueryResultCachedMpeg4GifclassInlineQueryResultCachedPhotoDeprecated.Replaced byInlineQueryResultCachedPhotoclassInlineQueryResultCachedStickerDeprecated.Replaced byInlineQueryResultCachedStickerclassInlineQueryResultCachedVideoDeprecated.Replaced byInlineQueryResultCachedVideoclassInlineQueryResultCachedVoiceDeprecated.Replaced byInlineQueryResultCachedVoice -
Uses of InlineQueryResult in org.telegram.telegrambots.meta.api.objects.inlinequery.result.serialization
Methods in org.telegram.telegrambots.meta.api.objects.inlinequery.result.serialization that return InlineQueryResult Modifier and Type Method Description InlineQueryResultInlineQueryResultDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
-