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 class
UpdateType<T extends Update>
Subclasses of Update in com.jtelegram.api.update Modifier and Type Class Description static class
Update.CallbackQueryUpdate
static class
Update.ChannelPostUpdate
static class
Update.ChosenInlineResultUpdate
static class
Update.EditedChannelPostUpdate
static class
Update.EditedMessageUpdate
static class
Update.InlineQueryUpdate
static class
Update.MessageUpdate
static class
Update.PreCheckoutQueryUpdate
static class
Update.ShippingQueryUpdate
static class
Update.TimeSensitiveUpdate
Methods 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 Update
Update.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)
void
PollingUpdateRunnable. 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)
-