toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal
/
ChosenInlineResultUpdate
Chosen
Inline
Result
Update
@
Serializable
(
with
=
ChosenInlineResultUpdate.Companion::class
)
data
class
ChosenInlineResultUpdate
(
val
updateId
:
Int
,
val
origin
:
Update
,
val
chosenInlineResult
:
ChosenInlineResult
)
:
ProcessedUpdate
,
UserReference
Members
Members & Extensions
Constructors
Chosen
Inline
Result
Update
Link copied to clipboard
constructor
(
updateId
:
Int
,
origin
:
Update
,
chosenInlineResult
:
ChosenInlineResult
)
Properties
chosen
Inline
Result
Link copied to clipboard
val
chosenInlineResult
:
ChosenInlineResult
origin
Link copied to clipboard
open
override
val
origin
:
Update
text
Link copied to clipboard
open
override
val
text
:
String
update
Id
Link copied to clipboard
open
override
val
updateId
:
Int
user
Link copied to clipboard
open
override
val
user
:
User
user
Or
Null
Link copied to clipboard
val
ProcessedUpdate
.
userOrNull
:
User
?
Functions
get
User
Link copied to clipboard
inline
fun
ProcessedUpdate
.
getUser
(
)
:
User