toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal
/
RemovedChatBoostUpdate
Removed
Chat
Boost
Update
@
Serializable
(
with
=
RemovedChatBoostUpdate.Companion::class
)
data
class
RemovedChatBoostUpdate
(
val
updateId
:
Int
,
val
origin
:
Update
,
val
removedChatBoost
:
ChatBoostRemoved
)
:
ProcessedUpdate
Members
Members & Extensions
Constructors
Removed
Chat
Boost
Update
Link copied to clipboard
constructor
(
updateId
:
Int
,
origin
:
Update
,
removedChatBoost
:
ChatBoostRemoved
)
Properties
origin
Link copied to clipboard
open
override
val
origin
:
Update
removed
Chat
Boost
Link copied to clipboard
val
removedChatBoost
:
ChatBoostRemoved
text
Link copied to clipboard
open
val
text
:
String
update
Id
Link copied to clipboard
open
override
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