Uses of Class
com.jtelegram.api.update.Update
-
Packages that use Update Package Description com.jtelegram.api.update -
-
Uses of Update in com.jtelegram.api.update
Classes in com.jtelegram.api.update with type parameters of type Update Modifier and Type Class Description classUpdateType<T extends Update>Subclasses of Update in com.jtelegram.api.update Modifier and Type Class Description static classUpdate.CallbackQueryUpdatestatic classUpdate.ChannelPostUpdatestatic classUpdate.ChosenInlineResultUpdatestatic classUpdate.EditedChannelPostUpdatestatic classUpdate.EditedMessageUpdatestatic classUpdate.InlineQueryUpdatestatic classUpdate.MessageUpdatestatic classUpdate.PreCheckoutQueryUpdatestatic classUpdate.ShippingQueryUpdatestatic classUpdate.TimeSensitiveUpdateMethods in com.jtelegram.api.update with type parameters of type Update Modifier and Type Method Description static <T extends Update>
voidPollingUpdateRunnable. handleUpdate(TelegramBot bot, long maxAge, UpdateType<T> type, Update update)static <T extends Update>
voidPollingUpdateRunnable. handleUpdate(TelegramBot bot, UpdateType<T> type, Update update)Methods in com.jtelegram.api.update that return Update Modifier and Type Method Description UpdateUpdate.Deserializer. deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)Methods in com.jtelegram.api.update that return types with arguments of type Update Modifier and Type Method Description static UpdateType<? extends Update>UpdateType. from(java.lang.Class<? extends Update> clazz)static UpdateType<? extends Update>UpdateType. from(java.lang.String name)Methods in com.jtelegram.api.update with parameters of type Update Modifier and Type Method Description static <T extends Update>
voidPollingUpdateRunnable. handleUpdate(TelegramBot bot, long maxAge, UpdateType<T> type, Update update)static <T extends Update>
voidPollingUpdateRunnable. handleUpdate(TelegramBot bot, UpdateType<T> type, Update update)voidPollingUpdateRunnable. handleUpdates(Update[] updates)Method parameters in com.jtelegram.api.update with type arguments of type Update Modifier and Type Method Description static UpdateType<? extends Update>UpdateType. from(java.lang.Class<? extends Update> clazz)
-