ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.managed_bots
Package-level
declarations
Types
Types
Bot
Access
Settings
Link copied to clipboard
data
class
BotAccessSettings
(
val
addedUsers
:
List
<
User
>
?
=
null
)
Managed
Bot
Created
Link copied to clipboard
data
class
ManagedBotCreated
(
val
bot
:
PreviewBot
)
:
CommonEvent
Managed
Bot
Updated
Link copied to clipboard
data
class
ManagedBotUpdated
(
val
user
:
PreviewUser
,
val
bot
:
PreviewBot
)