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.chat.stickers/index.md
2021-03-17 15:18:37 +00:00

1.7 KiB

//docs/dev.inmo.tgbotapi.requests.chat.stickers

Package dev.inmo.tgbotapi.requests.chat.stickers

Types

Name Summary
DeleteChatStickerSet [common]
Content
data class DeleteChatStickerSet(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Boolean>


SetChatStickerSet [common]
Content
data class SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName) : ChatRequest, SimpleRequest<Boolean>