toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal
/
InlineQueryUpdate
Inline
Query
Update
@
Serializable
(
with
=
InlineQueryUpdate.Companion::class
)
data
class
InlineQueryUpdate
(
val
updateId
:
Int
,
val
origin
:
Update
,
val
inlineQuery
:
InlineQuery
)
:
ProcessedUpdate
,
UserReference
Members
Members & Extensions
Constructors
Inline
Query
Update
Link copied to clipboard
constructor
(
updateId
:
Int
,
origin
:
Update
,
inlineQuery
:
InlineQuery
)
Properties
inline
Query
Link copied to clipboard
val
inlineQuery
:
InlineQuery
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