Uses of Class
com.jtelegram.api.inline.result.ChosenInlineResult
-
Packages that use ChosenInlineResult Package Description com.jtelegram.api.events.inline com.jtelegram.api.requests.inline com.jtelegram.api.update -
-
Uses of ChosenInlineResult in com.jtelegram.api.events.inline
Methods in com.jtelegram.api.events.inline that return ChosenInlineResult Modifier and Type Method Description ChosenInlineResult
ChosenInlineResultEvent. getChosenResult()
Constructors in com.jtelegram.api.events.inline with parameters of type ChosenInlineResult Constructor Description ChosenInlineResultEvent(TelegramBot bot, ChosenInlineResult chosenResult)
-
Uses of ChosenInlineResult in com.jtelegram.api.requests.inline
Method parameters in com.jtelegram.api.requests.inline with type arguments of type ChosenInlineResult Modifier and Type Method Description AnswerInlineQuery.AnswerInlineQueryBuilder
AnswerInlineQuery.AnswerInlineQueryBuilder. resultHandler(java.util.function.Consumer<ChosenInlineResult> resultHandler)
-
Uses of ChosenInlineResult in com.jtelegram.api.update
Methods in com.jtelegram.api.update that return ChosenInlineResult Modifier and Type Method Description ChosenInlineResult
Update.ChosenInlineResultUpdate. getChosenInlineResult()
-