-
Notifications
You must be signed in to change notification settings - Fork 11
finish file generation
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / finishFileGeneration
suspend fun
TelegramFlow
.finishFileGeneration(generationId:
Long
, error:
Error
?):
Unit
Suspend function, which finishes the file generation.
generationId
- The identifier of the generation process.
error
- If set, means that file generation has failed and should be terminated.