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 interface
EventHandler<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 class
ChannelPostEditEvent
When a channel post has been editedclass
ChannelPostEvent
When 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 class
ChatMemberJoinedEvent
class
ChatMemberLeftEvent
class
ChatMigratedFromChatEvent
class
ChatMigratedToChatEvent
class
ChatPhotoDeletedEvent
class
GroupChatCreatedEvent
class
NewChatPhotoEvent
class
NewChatTitleEvent
class
PinnedMessageEvent
class
UserLoggedInEvent
When 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 class
ChosenInlineResultEvent
When a user has selected their inline resultclass
InlineQueryEvent
When 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 class
CallbackQueryEvent
-
Uses of Event in com.jtelegram.api.events.location
Subclasses of Event in com.jtelegram.api.events.location Modifier and Type Class Description class
LocationUpdateEvent
-
Uses of Event in com.jtelegram.api.events.message
Subclasses of Event in com.jtelegram.api.events.message Modifier and Type Class Description class
AnimationMessageEvent
class
AudioMessageEvent
class
ContactMessageEvent
class
DocumentMessageEvent
class
GameMessageEvent
class
InvoiceMessageEvent
class
LocationMessageEvent
class
MessageEvent<T extends Message>
class
PhotoMessageEvent
class
ServiceMessageEvent<T extends ServiceMessage>
class
StickerMessageEvent
class
TextMessageEvent
class
VenueMessageEvent
class
VideoMessageEvent
class
VideoNoteMessageEvent
class
VoiceMessageEvent
-
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 class
CaptionEditEvent
class
TextMessageEditEvent
-
Uses of Event in com.jtelegram.api.events.payment
Subclasses of Event in com.jtelegram.api.events.payment Modifier and Type Class Description class
PreCheckoutQueryEvent
class
ShippingQueryEvent
When a new shipping query is receivedclass
SuccessfulPaymentEvent
-
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()
-