DeepLinkInfo
public struct DeepLinkInfo : Codable, Equatable, FunctionResult
Contains information about a tg:// deep link
-
Text to be shown to the user
Declaration
Swift
public let text: FormattedText
-
True, if user should be asked to update the application
Declaration
Swift
public let needUpdateApplication: Bool
-
Contains information about a tg:// deep link
Declaration
Swift
public init(text: FormattedText, needUpdateApplication: Bool)
Parameters
text
Text to be shown to the user
needUpdateApplication
True, if user should be asked to update the application