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