StateStorage

interface StateStorage<S : State>

Functions

Link copied to clipboard
abstract suspend fun delete(chatId: Long)
Link copied to clipboard
abstract suspend fun load(chatId: Long): S?
Link copied to clipboard
abstract suspend fun save(chatId: Long, state: S)