toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.configuration
/
CompleteConfig
Complete
Config
@
Serializable
data
class
CompleteConfig
(
val
token
:
String
,
val
pckg
:
String
?
=
null
,
val
configuration
:
BotConfiguration
)
Members
Constructors
Complete
Config
Link copied to clipboard
constructor
(
token
:
String
,
pckg
:
String
?
=
null
,
configuration
:
BotConfiguration
)
Properties
configuration
Link copied to clipboard
val
configuration
:
BotConfiguration
pckg
Link copied to clipboard
val
pckg
:
String
?
=
null
token
Link copied to clipboard
val
token
:
String