toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal
/
ProcessedUpdate
Processed
Update
@
Serializable
(
with
=
ProcessedUpdate.Companion::class
)
sealed
class
ProcessedUpdate
:
TextReference
,
MultipleResponse
Inheritors
MessageUpdate
EditedMessageUpdate
ChannelPostUpdate
EditedChannelPostUpdate
BusinessConnectionUpdate
BusinessMessageUpdate
EditedBusinessMessageUpdate
DeletedBusinessMessagesUpdate
MessageReactionUpdate
MessageReactionCountUpdate
InlineQueryUpdate
ChosenInlineResultUpdate
CallbackQueryUpdate
ShippingQueryUpdate
PreCheckoutQueryUpdate
PollUpdate
PollAnswerUpdate
MyChatMemberUpdate
ChatMemberUpdate
ChatJoinRequestUpdate
ChatBoostUpdate
RemovedChatBoostUpdate
PurchasedPaidMediaUpdate
Members
Members & Extensions
Properties
origin
Link copied to clipboard
open
val
origin
:
Update
text
Link copied to clipboard
open
val
text
:
String
update
Id
Link copied to clipboard
open
val
updateId
:
Int
user
Or
Null
Link copied to clipboard
val
ProcessedUpdate
.
userOrNull
:
User
?
Functions
get
User
Link copied to clipboard
inline
fun
ProcessedUpdate
.
getUser
(
)
:
User