docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.files
/
FileSize
File
Size
@
Serializable
@
JvmInline
value
class
FileSize
(
val
bytes
:
ULong
)
:
Comparable
<
FileSize
>
(
source
)
Members
Constructors
File
Size
Link copied to clipboard
constructor
(
bytes
:
ULong
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ULong
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
FileSize
)
:
Int