-
Notifications
You must be signed in to change notification settings - Fork 11
get file
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / getFile
suspend fun
TelegramFlow
.getFile(fileId:
Int
):
File
Suspend function, which returns information about a file; this is an offline request.
fileId
- Identifier of the file to get.
Return File Represents a file.