mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-03-04 18:02:24 +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