Uses of Class
com.jtelegram.api.inline.result.framework.InlineResult
-
Packages that use InlineResult Package Description com.jtelegram.api.inline.result com.jtelegram.api.inline.result.cached com.jtelegram.api.inline.result.framework com.jtelegram.api.requests.inline -
-
Uses of InlineResult in com.jtelegram.api.inline.result
Subclasses of InlineResult in com.jtelegram.api.inline.result Modifier and Type Class Description class
InlineResultArticle
class
InlineResultAudio
class
InlineResultContact
class
InlineResultDocument
class
InlineResultGame
class
InlineResultGif
class
InlineResultLocation
class
InlineResultMpegGif
class
InlineResultPhoto
class
InlineResultVenue
class
InlineResultVideo
class
InlineResultVoice
-
Uses of InlineResult in com.jtelegram.api.inline.result.cached
Subclasses of InlineResult in com.jtelegram.api.inline.result.cached Modifier and Type Class Description class
InlineCachedResultAudio
class
InlineCachedResultDocument
class
InlineCachedResultGif
class
InlineCachedResultMpegGif
class
InlineCachedResultPhoto
class
InlineCachedResultSticker
class
InlineCachedResultVideo
class
InlineCachedResultVoice
-
Uses of InlineResult in com.jtelegram.api.inline.result.framework
Subclasses of InlineResult in com.jtelegram.api.inline.result.framework Modifier and Type Class Description class
DimensionalThumbableInlineResult
class
ThumbableInlineResult
Method parameters in com.jtelegram.api.inline.result.framework with type arguments of type InlineResult Modifier and Type Method Description static InlineResultType
InlineResultType. typeFrom(java.lang.Class<? extends InlineResult> clazz)
-
Uses of InlineResult in com.jtelegram.api.requests.inline
Methods in com.jtelegram.api.requests.inline that return types with arguments of type InlineResult Modifier and Type Method Description java.util.List<InlineResult>
AnswerInlineQuery. getResults()
Methods in com.jtelegram.api.requests.inline with parameters of type InlineResult Modifier and Type Method Description AnswerInlineQuery.AnswerInlineQueryBuilder
AnswerInlineQuery.AnswerInlineQueryBuilder. addResult(InlineResult result)
Method parameters in com.jtelegram.api.requests.inline with type arguments of type InlineResult Modifier and Type Method Description AnswerInlineQuery.AnswerInlineQueryBuilder
AnswerInlineQuery.AnswerInlineQueryBuilder. addAllResults(java.util.Collection<InlineResult> result)
AnswerInlineQuery.AnswerInlineQueryBuilder
AnswerInlineQuery.AnswerInlineQueryBuilder. results(java.util.List<? extends InlineResult> results)
-