Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BotAccessSettings(val addedUsers: List<User>? = null)
Link copied to clipboard
@Serializable
data class ManagedBotCreated(val bot: PreviewBot) : CommonEvent
Link copied to clipboard
@Serializable
data class ManagedBotUpdated(val user: PreviewUser, val bot: PreviewBot)