org.microjservice.lark.api.models.BotInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lark-api Show documentation
Show all versions of lark-api Show documentation
Java/Kotlin library for larksuite api
package org.microjservice.lark.api.models
import io.micronaut.core.annotation.Introspected
import java.net.URL
/**
* BotInfo
*
* @author Coder Yellow
* @since 0.1.0
*/
@Introspected
data class BotInfo(
val activateStatus: Int,
val appName: String,
val avatarUrl: URL,
val ipWhiteList: List,
val openId: String,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy