Uses of Class
com.jtelegram.api.events.Event
-
-
Uses of Event in com.jtelegram.api.events
Classes in com.jtelegram.api.events with type parameters of type Event Modifier and Type Interface Description interfaceEventHandler<E extends Event>Methods in com.jtelegram.api.events with type parameters of type Event Modifier and Type Method Description <E extends Event>
voidEventRegistry. dispatch(E event)<E extends Event>
voidEventRegistry. registerEvent(java.lang.Class<E> eventType, EventHandler<E> handler)Methods in com.jtelegram.api.events that return types with arguments of type Event Modifier and Type Method Description java.lang.Class<? extends Event>Event. getType() -
Uses of Event in com.jtelegram.api.events.channel
Subclasses of Event in com.jtelegram.api.events.channel Modifier and Type Class Description classChannelPostEditEventWhen a channel post has been editedclassChannelPostEventWhen a message to a channel has been posted -
Uses of Event in com.jtelegram.api.events.chat
Subclasses of Event in com.jtelegram.api.events.chat Modifier and Type Class Description classChatMemberJoinedEventclassChatMemberLeftEventclassChatMigratedFromChatEventclassChatMigratedToChatEventclassChatPhotoDeletedEventclassGroupChatCreatedEventclassNewChatPhotoEventclassNewChatTitleEventclassPinnedMessageEventclassUserLoggedInEventWhen the user logs in from a website (and most of the time, a new chat is instantiated) At this point, it is guaranteed that the bot can send messages to the user. -
Uses of Event in com.jtelegram.api.events.inline
Subclasses of Event in com.jtelegram.api.events.inline Modifier and Type Class Description classChosenInlineResultEventWhen a user has selected their inline resultclassInlineQueryEventWhen an inline query is sent to the bot -
Uses of Event in com.jtelegram.api.events.inline.keyboard
Subclasses of Event in com.jtelegram.api.events.inline.keyboard Modifier and Type Class Description classCallbackQueryEvent -
Uses of Event in com.jtelegram.api.events.location
Subclasses of Event in com.jtelegram.api.events.location Modifier and Type Class Description classLocationUpdateEvent -
Uses of Event in com.jtelegram.api.events.message
Subclasses of Event in com.jtelegram.api.events.message Modifier and Type Class Description classAnimationMessageEventclassAudioMessageEventclassContactMessageEventclassDocumentMessageEventclassGameMessageEventclassInvoiceMessageEventclassLocationMessageEventclassMessageEvent<T extends Message>classPhotoMessageEventclassServiceMessageEvent<T extends ServiceMessage>classStickerMessageEventclassTextMessageEventclassVenueMessageEventclassVideoMessageEventclassVideoNoteMessageEventclassVoiceMessageEvent -
Uses of Event in com.jtelegram.api.events.message.edit
Subclasses of Event in com.jtelegram.api.events.message.edit Modifier and Type Class Description classCaptionEditEventclassTextMessageEditEvent -
Uses of Event in com.jtelegram.api.events.payment
Subclasses of Event in com.jtelegram.api.events.payment Modifier and Type Class Description classPreCheckoutQueryEventclassShippingQueryEventWhen a new shipping query is receivedclassSuccessfulPaymentEvent -
Uses of Event in com.jtelegram.api.update
Methods in com.jtelegram.api.update that return types with arguments of type Event Modifier and Type Method Description java.util.function.BiFunction<TelegramBot,T,Event>UpdateType. getEventFunction()
-