Functions
deleteChatStickerSet
Link copied to clipboard
suspend fun RequestsExecutor.deleteChatStickerSet(chatId: ChatIdentifier): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.deleteChatStickerSet(chat: SupergroupChat): Boolean
Content copied to clipboard
setChatStickerSet
Link copied to clipboard
suspend fun RequestsExecutor.setChatStickerSet(chatId: ChatIdentifier, stickerSetName: String): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.setChatStickerSet(chat: SupergroupChat, stickerSetName: String): Boolean
Content copied to clipboard