telegram-listener-sdk
Toggle table of contents
0.1.0
jvm
Platform filter
jvm
Switch theme
Search in API
telegram-listener-sdk
telegram-listener-sdk
/
org.drinkless.tdlib
/
IntDef
Int
Def
@
Retention
(
value
=
SOURCE
)
@
Target
(
value
=
[
]
)
annotation class
IntDef
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
flag
Link copied to clipboard
abstract
fun
flag
(
)
:
Boolean
Defines whether the constants can be used as a flag, or just as an enum (the default)
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
prefix
Link copied to clipboard
abstract
fun
prefix
(
)
:
Array
<
String
>
Defines the constant prefix for this element
suffix
Link copied to clipboard
abstract
fun
suffix
(
)
:
Array
<
String
>
Defines the constant suffix for this element
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
value
Link copied to clipboard
abstract
fun
value
(
)
:
Array
<
Int
>
Defines the allowed constants for this element