TMeUrl
public struct TMeUrl : Codable, Equatable, FunctionResult
Represents a URL linking to an internal Telegram entity
-
URL
Declaration
Swift
public let url: String -
Type of the URL
Declaration
Swift
public let type: TMeUrlType -
Represents a URL linking to an internal Telegram entity
Declaration
Swift
public init(url: String, type: TMeUrlType)Parameters
urlURL
typeType of the URL
View on GitHub
Install in Dash
TMeUrl Structure Reference