GetMessageLinkInfo
public struct GetMessageLinkInfo : Codable, Equatable, TDFunction
Returns information about a public or private message link
-
Undocumented
Declaration
Swift
public typealias Result = MessageLinkInfo
-
The message link in the format “https://t.me/c/...”, or “tg://privatepost?…”, or “https://t.me/username/...”, or “tg://resolve?…”
Declaration
Swift
public let url: String
-
Returns information about a public or private message link
Declaration
Swift
public init(url: String)
Parameters
url
The message link in the format “https://t.me/c/...”, or “tg://privatepost?…”, or “https://t.me/username/...”, or “tg://resolve?…”