GetDeepLinkInfo
public struct GetDeepLinkInfo : Codable, Equatable, TDFunction
Returns information about a tg:// deep link. Use “tg://need_update_for_some_feature” or “tg:some_unsupported_feature” for testing. Returns a 404 error for unknown links. Can be called before authorization
-
Undocumented
Declaration
Swift
public typealias Result = DeepLinkInfo
-
The link
Declaration
Swift
public let link: String
-
Returns information about a tg:// deep link. Use “tg://need_update_for_some_feature” or “tg:some_unsupported_feature” for testing. Returns a 404 error for unknown links. Can be called before authorization
Declaration
Swift
public init(link: String)
Parameters
link
The link