Uses of Class
com.jtelegram.api.inline.InlineQuery
-
Packages that use InlineQuery Package Description com.jtelegram.api.events.inline com.jtelegram.api.update -
-
Uses of InlineQuery in com.jtelegram.api.events.inline
Methods in com.jtelegram.api.events.inline that return InlineQuery Modifier and Type Method Description InlineQuery
InlineQueryEvent. getQuery()
Constructors in com.jtelegram.api.events.inline with parameters of type InlineQuery Constructor Description InlineQueryEvent(TelegramBot bot, InlineQuery query)
-
Uses of InlineQuery in com.jtelegram.api.update
Methods in com.jtelegram.api.update that return InlineQuery Modifier and Type Method Description InlineQuery
Update.InlineQueryUpdate. getInlineQuery()
-