UpdateDivider

abstract class UpdateDivider<C>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun accept(update: Update, context: C)
fun accept(name: String, value: Any, update: Update?, context: C)
Link copied to clipboard
protected open fun onCallbackQuery(name: String, value: CallbackQuery, update: Update?, context: C)
Link copied to clipboard
protected open fun onChannelPost(name: String, value: Message, update: Update?, context: C)
Link copied to clipboard
protected open fun onChatBoost(name: String, value: ChatBoostUpdated, update: Update?, context: C)
Link copied to clipboard
protected open fun onChatJoinRequest(name: String, value: ChatJoinRequest, update: Update?, context: C)
Link copied to clipboard
protected open fun onChatMember(name: String, value: ChatMemberUpdated, update: Update?, context: C)
Link copied to clipboard
protected open fun onChosenInlineResult(name: String, value: ChosenInlineResult, update: Update?, context: C)
Link copied to clipboard
protected open fun onEditedChannelPost(name: String, value: Message, update: Update?, context: C)
Link copied to clipboard
protected open fun onEditedMessage(name: String, value: Message, update: Update?, context: C)
Link copied to clipboard
protected open fun onInlineQuery(name: String, value: InlineQuery, update: Update?, context: C)
Link copied to clipboard
protected open fun onMessage(name: String, value: Message, update: Update?, context: C)
Link copied to clipboard
protected open fun onMessageReaction(name: String, value: MessageReactionUpdated, update: Update?, context: C)
Link copied to clipboard
protected open fun onMessageReactionCount(name: String, value: MessageReactionCountUpdated, update: Update?, context: C)
Link copied to clipboard
protected abstract fun onMismatchUpdateEvent(name: String, value: Any, update: Update?, context: C)
Link copied to clipboard
protected open fun onMyChatMember(name: String, value: ChatMemberUpdated, update: Update?, context: C)
Link copied to clipboard
protected open fun onPoll(name: String, value: Poll, update: Update?, context: C)
Link copied to clipboard
protected open fun onPollAnswer(name: String, value: PollAnswer, update: Update?, context: C)
Link copied to clipboard
protected open fun onPreCheckoutQuery(name: String, value: PreCheckoutQuery, update: Update?, context: C)
Link copied to clipboard
protected open fun onRemovedChatBoost(name: String, value: ChatBoostRemoved, update: Update?, context: C)
Link copied to clipboard
protected open fun onShippingQuery(name: String, value: ShippingQuery, update: Update?, context: C)