All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.net.folivo.trixnity.client.store.Account.kt Maven / Gradle / Ivy

There is a newer version: 4.7.1
Show newest version
package net.folivo.trixnity.client.store

import kotlinx.serialization.Serializable
import net.folivo.trixnity.core.model.UserId

@Serializable
data class Account(
    val olmPickleKey: String?,
    val baseUrl: String?,
    val userId: UserId?,
    val deviceId: String?,
    val accessToken: String?,
    val syncBatchToken: String?,
    val filterId: String?,
    val backgroundFilterId: String?,
    val displayName: String?,
    val avatarUrl: String?,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy