ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
UpdateId
Update
Id
@
Serializable
@
JvmInline
value
class
UpdateId
(
val
long
:
Long
)
:
Comparable
<
UpdateId
>
Members
Constructors
Update
Id
Link copied to clipboard
constructor
(
long
:
Long
)
Properties
long
Link copied to clipboard
val
long
:
Long
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
UpdateId
)
:
Int
minus
Link copied to clipboard
operator
fun
minus
(
long
:
Long
)
:
UpdateId
plus
Link copied to clipboard
operator
fun
plus
(
long
:
Long
)
:
UpdateId
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String