1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-27 04:28:44 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set.md
2021-03-17 15:18:37 +00:00

12 lines
1.0 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.stickers](index.md)/[CreateNewAnimatedStickerSet](-create-new-animated-sticker-set.md)
# CreateNewAnimatedStickerSet
[common]
Content
fun [CreateNewAnimatedStickerSet](-create-new-animated-sticker-set.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), sticker: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md), emojis: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), containsMasks: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, maskPosition: [MaskPosition](../dev.inmo.tgbotapi.types.stickers/-mask-position/index.md)? = null): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>