Connection

@Serializable
data class Connection(val bot: BotModel, val token: String = "", val chatId: String = "")

Connection model similar to iOS implementation

Constructors

Link copied to clipboard
constructor(bot: BotModel, token: String = "", chatId: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard