telek
Toggle table of contents
0.1.2
common
Target filter
common
Switch theme
Search in API
Skip to content
telek
core
/
ru.workinprogress.telek
/
StateStorage
State
Storage
interface
StateStorage
<
S
:
State
>
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
chatId
:
Long
)
load
Link copied to clipboard
abstract
suspend
fun
load
(
chatId
:
Long
)
:
S
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
chatId
:
Long
,
state
:
S
)