Package com.jtelegram.api.events.inline
Class ChosenInlineResultEvent
- java.lang.Object
-
- com.jtelegram.api.events.Event
-
- com.jtelegram.api.events.inline.ChosenInlineResultEvent
-
public class ChosenInlineResultEvent extends Event
When a user has selected their inline result
-
-
Constructor Summary
Constructors Constructor Description ChosenInlineResultEvent(TelegramBot bot, ChosenInlineResult chosenResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChosenInlineResult
getChosenResult()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ChosenInlineResultEvent
public ChosenInlineResultEvent(TelegramBot bot, ChosenInlineResult chosenResult)
-
-
Method Detail
-
getChosenResult
public ChosenInlineResult getChosenResult()
-
-