mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-12-24 23:25:49 +00:00
fixes
This commit is contained in:
@@ -44,7 +44,7 @@ val User.link: String
|
||||
*/
|
||||
@Deprecated("Renamed", ReplaceWith("userLink", "dev.inmo.tgbotapi.types.userLink"))
|
||||
val Identifier.link: String
|
||||
get() = "$internalLinkBeginning/tg://user?id=$this"
|
||||
get() = "tg://user?id=$this"
|
||||
/**
|
||||
* https://core.telegram.org/bots/api#formatting-options
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user