1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-26 01:45:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/index.md
2021-03-17 15:18:37 +00:00

25 lines
2.8 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.chat.stickers](../index.md)/[SetChatStickerSet](index.md)
# SetChatStickerSet
[common] data class [SetChatStickerSet](index.md)(**chatId**: [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md), **stickerSetName**: [StickerSetName](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FStickerSetName%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [ChatRequest](../../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [SimpleRequest](../../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/method/#/PointingToDeclaration/"></a>[method](method.md)| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/method/#/PointingToDeclaration/"></a>[common] <br>Content <br>open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>|
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/chatId/#/PointingToDeclaration/"></a>[chatId](chat-id.md)| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/chatId/#/PointingToDeclaration/"></a> [common] open override val [chatId](chat-id.md): [ChatIdentifier](../../dev.inmo.tgbotapi.types/-chat-identifier/index.md) <br>|
| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/requestSerializer/#/PointingToDeclaration/"></a>[requestSerializer](request-serializer.md)| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/requestSerializer/#/PointingToDeclaration/"></a> [common] open override val [requestSerializer](request-serializer.md): <*> <br>|
| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](result-deserializer.md)| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/resultDeserializer/#/PointingToDeclaration/"></a> [common] open override val [resultDeserializer](result-deserializer.md): <[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)> <br>|
| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/stickerSetName/#/PointingToDeclaration/"></a>[stickerSetName](sticker-set-name.md)| <a name="dev.inmo.tgbotapi.requests.chat.stickers/SetChatStickerSet/stickerSetName/#/PointingToDeclaration/"></a> [common] val [stickerSetName](sticker-set-name.md): [StickerSetName](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FStickerSetName%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|