WithKeywords

@Serializable
sealed interface WithKeywords : InputSticker

Inheritors

Types

Link copied to clipboard
@Serializable
data class CustomEmoji(val sticker: InputFile, val format: StickerFormat, val emojisList: List<String>, val keywords: List<String>) : InputSticker.WithKeywords
Link copied to clipboard
@Serializable
data class Regular(val sticker: InputFile, val format: StickerFormat, val emojisList: List<String>, val keywords: List<String>) : InputSticker.WithKeywords

Properties

Link copied to clipboard
abstract val emojisList: List<String>
Link copied to clipboard
abstract val format: StickerFormat
Link copied to clipboard
abstract val keywords: List<String>
Link copied to clipboard
abstract val sticker: InputFile