toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
GetUpdatesOptions
Get
Updates
Options
@
Serializable
data
class
GetUpdatesOptions
(
var
offset
:
Int
?
=
null
,
var
limit
:
Int
?
=
null
,
var
timeout
:
Int
?
=
null
,
var
allowedUpdates
:
List
<
UpdateType
>
?
=
null
)
:
Options
Members
Constructors
Get
Updates
Options
Link copied to clipboard
constructor
(
offset
:
Int
?
=
null
,
limit
:
Int
?
=
null
,
timeout
:
Int
?
=
null
,
allowedUpdates
:
List
<
UpdateType
>
?
=
null
)
Properties
allowed
Updates
Link copied to clipboard
var
allowedUpdates
:
List
<
UpdateType
>
?
limit
Link copied to clipboard
var
limit
:
Int
?
offset
Link copied to clipboard
var
offset
:
Int
?
timeout
Link copied to clipboard
var
timeout
:
Int
?