Package com.jtelegram.api.update
Class Update.InlineQueryUpdate
- java.lang.Object
-
- com.jtelegram.api.update.Update
-
- com.jtelegram.api.update.Update.InlineQueryUpdate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.update.Update
Update.CallbackQueryUpdate, Update.ChannelPostUpdate, Update.ChosenInlineResultUpdate, Update.Deserializer, Update.EditedChannelPostUpdate, Update.EditedMessageUpdate, Update.InlineQueryUpdate, Update.MessageUpdate, Update.PreCheckoutQueryUpdate, Update.ShippingQueryUpdate, Update.TimeSensitiveUpdate
-
-
Constructor Summary
Constructors Constructor Description InlineQueryUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineQuery
getInlineQuery()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.update.Update
getUpdateId
-
-
-
-
Method Detail
-
getInlineQuery
public InlineQuery getInlineQuery()
-
-