ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.reactions
/
Reaction
Reaction
sealed
interface
Reaction
Inheritors
Emoji
CustomEmoji
Paid
Unknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Custom
Emoji
Link copied to clipboard
value
class
CustomEmoji
(
val
customEmojiId
:
CustomEmojiId
)
:
Reaction
Emoji
Link copied to clipboard
value
class
Emoji
(
val
emoji
:
String
)
:
Reaction
Paid
Link copied to clipboard
data
object
Paid
:
Reaction
Unknown
Link copied to clipboard
data
class
Unknown
(
val
type
:
String
,
val
sourceJson
:
<Error class: unknown class>
?
)
:
Reaction
Properties
type
Link copied to clipboard
abstract
val
type
:
String