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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user