toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.files
/
RegularSticker
Regular
Sticker
@
Serializable
sealed
interface
RegularSticker
:
Sticker
Inheritors
RegularSimpleSticker
RegularAnimatedSticker
RegularVideoSticker
Members
Members & Extensions
Properties
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
premium
Animation
File
Link copied to clipboard
abstract
val
premiumAnimationFile
:
File
?
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.Regular
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.Regular