ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.utils
/
DraftIdAllocator
Draft
Id
Allocator
class
DraftIdAllocator
Members
Constructors
Draft
Id
Allocator
Link copied to clipboard
constructor
(
)
Properties
allocated
Link copied to clipboard
val
allocated
:
MutableSet
<
DraftId
>
mutex
Link copied to clipboard
val
mutex
:
Mutex
Functions
allocate
Link copied to clipboard
suspend
fun
allocate
(
)
:
DraftId
free
Link copied to clipboard
suspend
fun
free
(
draftId
:
DraftId
)
:
Boolean