SuspendableUpdateDivider
Functions
Link copied to clipboard
protected open suspend fun onCallbackQuery(name: String, value: CallbackQuery, update: Update?, context: C)
Link copied to clipboard
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 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 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)