Package com.jtelegram.api.events.inline
Class InlineQueryEvent
- java.lang.Object
-
- com.jtelegram.api.events.Event
-
- com.jtelegram.api.events.inline.InlineQueryEvent
-
public class InlineQueryEvent extends Event
When an inline query is sent to the bot
-
-
Constructor Summary
Constructors Constructor Description InlineQueryEvent(TelegramBot bot, InlineQuery query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineQuery
getQuery()
java.lang.String
toString()
-
-
-
Constructor Detail
-
InlineQueryEvent
public InlineQueryEvent(TelegramBot bot, InlineQuery query)
-
-
Method Detail
-
getQuery
public InlineQuery getQuery()
-
-