1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-14 21:00:15 +00:00

StickerSetName now is value class

This commit is contained in:
2024-03-16 23:07:55 +06:00
parent d963cdae35
commit 3997af171e
15 changed files with 308 additions and 201 deletions

View File

@@ -115,4 +115,4 @@ val Chat.chatLink: String?
private const val stickerSetAddingLinkPrefix = "$internalLinkBeginning/addstickers"
val StickerSetName.stickerSetLink
get() = link(this, "$stickerSetAddingLinkPrefix/$this")
get() = link(string, "$stickerSetAddingLinkPrefix/$this")