toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
SetWebhookOptions
Set
Webhook
Options
@
Serializable
data
class
SetWebhookOptions
(
var
certificate
:
InputFile
?
=
null
,
var
ipAddress
:
String
?
=
null
,
var
maxConnections
:
Int
?
=
null
,
var
allowedUpdates
:
List
<
UpdateType
>
?
=
null
,
var
dropPendingUpdates
:
Boolean
?
=
null
,
var
secretToken
:
String
?
=
null
)
:
Options
Members
Constructors
Set
Webhook
Options
Link copied to clipboard
constructor
(
certificate
:
InputFile
?
=
null
,
ipAddress
:
String
?
=
null
,
maxConnections
:
Int
?
=
null
,
allowedUpdates
:
List
<
UpdateType
>
?
=
null
,
dropPendingUpdates
:
Boolean
?
=
null
,
secretToken
:
String
?
=
null
)
Properties
allowed
Updates
Link copied to clipboard
var
allowedUpdates
:
List
<
UpdateType
>
?
certificate
Link copied to clipboard
var
certificate
:
InputFile
?
drop
Pending
Updates
Link copied to clipboard
var
dropPendingUpdates
:
Boolean
?
ip
Address
Link copied to clipboard
var
ipAddress
:
String
?
max
Connections
Link copied to clipboard
var
maxConnections
:
Int
?
secret
Token
Link copied to clipboard
var
secretToken
:
String
?