1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-29 19:35:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/-sticker-set.md

12 lines
847 B
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.stickers](../index.md)/[StickerSet](index.md)/[StickerSet](-sticker-set.md)
# StickerSet
[common]
Content
fun [StickerSet](-sticker-set.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), stickers: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Sticker](../../dev.inmo.tgbotapi.types.files/-sticker/index.md)>, isAnimated: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, containsMasks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, thumb: [PhotoSize](../../dev.inmo.tgbotapi.types.files/-photo-size/index.md)? = null)