toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.files
/
CustomEmojiSticker
Custom
Emoji
Sticker
@
Serializable
sealed
interface
CustomEmojiSticker
:
Sticker
Inheritors
CustomEmojiSimpleSticker
CustomEmojiAnimatedSticker
CustomEmojiVideoSticker
Members
Members & Extensions
Properties
custom
Emoji
Id
Link copied to clipboard
abstract
val
customEmojiId
:
CustomEmojiId
emoji
Link copied to clipboard
abstract
val
emoji
:
String
?
file
Id
Link copied to clipboard
abstract
val
fileId
:
FileId
file
Size
Link copied to clipboard
abstract
val
fileSize
:
Long
?
file
Unique
Id
Link copied to clipboard
abstract
val
fileUniqueId
:
TgFileUniqueId
height
Link copied to clipboard
abstract
val
height
:
Int
is
Animated
Link copied to clipboard
open
val
isAnimated
:
Boolean
is
Video
Link copied to clipboard
open
val
isVideo
:
Boolean
needs
Repainting
Link copied to clipboard
abstract
val
needsRepainting
:
Boolean
sticker
Format
Link copied to clipboard
abstract
val
stickerFormat
:
StickerFormat
sticker
Set
Name
Link copied to clipboard
abstract
val
stickerSetName
:
StickerSetName
?
thumbnail
Link copied to clipboard
abstract
val
thumbnail
:
PhotoSize
?
type
Link copied to clipboard
open
override
val
type
:
StickerType.CustomEmoji
width
Link copied to clipboard
abstract
val
width
:
Int
Functions
as
Document
File
Link copied to clipboard
inline
fun
TelegramMediaFile
.
asDocumentFile
(
)
:
DocumentFile
as
Input
Sticker
Link copied to clipboard
open
override
fun
asInputSticker
(
emojis
:
List
<
String
>
)
:
InputSticker.WithKeywords.CustomEmoji