Update

interface Update

Properties

data
Link copied to clipboard
common
abstract val data: Any
updateId
Link copied to clipboard
common
abstract val updateId: UpdateIdentifier

Inheritors

CallbackQueryUpdate
Link copied to clipboard
ChosenInlineResultUpdate
Link copied to clipboard
InlineQueryUpdate
Link copied to clipboard
PollAnswerUpdate
Link copied to clipboard
PollUpdate
Link copied to clipboard
PreCheckoutQueryUpdate
Link copied to clipboard
ShippingQueryUpdate
Link copied to clipboard
MediaGroupUpdate
Link copied to clipboard
BaseMessageUpdate
Link copied to clipboard
ChatMemberUpdatedUpdate
Link copied to clipboard
UnknownUpdate
Link copied to clipboard

Extensions

asBaseEditMessageUpdate
Link copied to clipboard
common
inline fun Update.asBaseEditMessageUpdate(): BaseEditMessageUpdate?
asBaseMessageUpdate
Link copied to clipboard
common
inline fun Update.asBaseMessageUpdate(): BaseMessageUpdate?
asBaseSentMessageUpdate
Link copied to clipboard
common
inline fun Update.asBaseSentMessageUpdate(): BaseSentMessageUpdate?
asCallbackQueryUpdate
Link copied to clipboard
common
inline fun Update.asCallbackQueryUpdate(): CallbackQueryUpdate?
asChannelPostMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.asChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate?
asChannelPostUpdate
Link copied to clipboard
common
inline fun Update.asChannelPostUpdate(): ChannelPostUpdate?
asChatMemberUpdatedUpdate
Link copied to clipboard
common
inline fun Update.asChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate?
asChosenInlineResultUpdate
Link copied to clipboard
common
inline fun Update.asChosenInlineResultUpdate(): ChosenInlineResultUpdate?
asCommonChatMemberUpdatedUpdate
Link copied to clipboard
common
inline fun Update.asCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate?
asEditChannelPostMediaGroupUpdate
Link copied to clipboard
common
asEditChannelPostUpdate
Link copied to clipboard
common
inline fun Update.asEditChannelPostUpdate(): EditChannelPostUpdate?
asEditMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.asEditMediaGroupUpdate(): EditMediaGroupUpdate?
asEditMessageMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.asEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate?
asEditMessageUpdate
Link copied to clipboard
common
inline fun Update.asEditMessageUpdate(): EditMessageUpdate?
asInlineQueryUpdate
Link copied to clipboard
common
inline fun Update.asInlineQueryUpdate(): InlineQueryUpdate?
asMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.asMediaGroupUpdate(): MediaGroupUpdate?
asMessageMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.asMessageMediaGroupUpdate(): MessageMediaGroupUpdate?
asMessageUpdate
Link copied to clipboard
common
inline fun Update.asMessageUpdate(): MessageUpdate?
asMyChatMemberUpdatedUpdate
Link copied to clipboard
common
inline fun Update.asMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate?
asPollAnswerUpdate
Link copied to clipboard
common
inline fun Update.asPollAnswerUpdate(): PollAnswerUpdate?
asPollUpdate
Link copied to clipboard
common
inline fun Update.asPollUpdate(): PollUpdate?
asPreCheckoutQueryUpdate
Link copied to clipboard
common
inline fun Update.asPreCheckoutQueryUpdate(): PreCheckoutQueryUpdate?
asSentMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.asSentMediaGroupUpdate(): SentMediaGroupUpdate?
asShippingQueryUpdate
Link copied to clipboard
common
inline fun Update.asShippingQueryUpdate(): ShippingQueryUpdate?
asUnknownUpdate
Link copied to clipboard
common
inline fun Update.asUnknownUpdate(): UnknownUpdate?
lastUpdateIdentifier
Link copied to clipboard
common
fun Update.lastUpdateIdentifier(): UpdateIdentifier
requireBaseEditMessageUpdate
Link copied to clipboard
common
inline fun Update.requireBaseEditMessageUpdate(): BaseEditMessageUpdate
requireBaseMessageUpdate
Link copied to clipboard
common
inline fun Update.requireBaseMessageUpdate(): BaseMessageUpdate
requireBaseSentMessageUpdate
Link copied to clipboard
common
inline fun Update.requireBaseSentMessageUpdate(): BaseSentMessageUpdate
requireCallbackQueryUpdate
Link copied to clipboard
common
inline fun Update.requireCallbackQueryUpdate(): CallbackQueryUpdate
requireChannelPostMediaGroupUpdate
Link copied to clipboard
common
requireChannelPostUpdate
Link copied to clipboard
common
inline fun Update.requireChannelPostUpdate(): ChannelPostUpdate
requireChatMemberUpdatedUpdate
Link copied to clipboard
common
inline fun Update.requireChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate
requireChosenInlineResultUpdate
Link copied to clipboard
common
inline fun Update.requireChosenInlineResultUpdate(): ChosenInlineResultUpdate
requireCommonChatMemberUpdatedUpdate
Link copied to clipboard
common
requireEditChannelPostMediaGroupUpdate
Link copied to clipboard
common
requireEditChannelPostUpdate
Link copied to clipboard
common
inline fun Update.requireEditChannelPostUpdate(): EditChannelPostUpdate
requireEditMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.requireEditMediaGroupUpdate(): EditMediaGroupUpdate
requireEditMessageMediaGroupUpdate
Link copied to clipboard
common
requireEditMessageUpdate
Link copied to clipboard
common
inline fun Update.requireEditMessageUpdate(): EditMessageUpdate
requireInlineQueryUpdate
Link copied to clipboard
common
inline fun Update.requireInlineQueryUpdate(): InlineQueryUpdate
requireMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.requireMediaGroupUpdate(): MediaGroupUpdate
requireMessageMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.requireMessageMediaGroupUpdate(): MessageMediaGroupUpdate
requireMessageUpdate
Link copied to clipboard
common
inline fun Update.requireMessageUpdate(): MessageUpdate
requireMyChatMemberUpdatedUpdate
Link copied to clipboard
common
inline fun Update.requireMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate
requirePollAnswerUpdate
Link copied to clipboard
common
inline fun Update.requirePollAnswerUpdate(): PollAnswerUpdate
requirePollUpdate
Link copied to clipboard
common
inline fun Update.requirePollUpdate(): PollUpdate
requirePreCheckoutQueryUpdate
Link copied to clipboard
common
inline fun Update.requirePreCheckoutQueryUpdate(): PreCheckoutQueryUpdate
requireSentMediaGroupUpdate
Link copied to clipboard
common
inline fun Update.requireSentMediaGroupUpdate(): SentMediaGroupUpdate
requireShippingQueryUpdate
Link copied to clipboard
common
inline fun Update.requireShippingQueryUpdate(): ShippingQueryUpdate
requireUnknownUpdate
Link copied to clipboard
common
inline fun Update.requireUnknownUpdate(): UnknownUpdate
sourceChat
Link copied to clipboard
common
fun Update.sourceChat(): Chat?