File
data class File(fileId: String, fileUniqueId: String, fileSize: Int?, filePath: String?)
Content copied to clipboard
This object represents a file ready to be downloaded. The file can be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. Maximum file size to download is 20 MB
Parameters
fileId
Identifier for this file, which can be used to download or reuse the file
fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
fileSize
Optional. File size, if known
filePath
Optional. File path. Use https://api.telegram.org/file/bot<token>/<file_path> to get the file.
Constructors
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard