SuspendableUpdateDivider

abstract class SuspendableUpdateDivider<C>

Constructors

Link copied to clipboard
constructor()

Functions

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