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
textText to be shown to the user
needUpdateApplicationTrue, if user should be asked to update the application
View on GitHub
Install in Dash
DeepLinkInfo Structure Reference