Package dev. inmo. tgbotapi. requests. chat. stickers
Types
DeleteChatStickerSet
Link copied to clipboard
data class DeleteChatStickerSet(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Boolean>
Content copied to clipboard
SetChatStickerSet
Link copied to clipboard
data class SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName) : ChatRequest, SimpleRequest<Boolean>
Content copied to clipboard