GetWebPagePreview
public struct GetWebPagePreview : Codable, Equatable, TDFunction
Returns a web page preview by the text of the message. Do not call this function too often. Returns a 404 error if the web page has no preview
-
Undocumented
Declaration
Swift
public typealias Result = WebPage -
Message text with formatting
Declaration
Swift
public let text: FormattedText -
Returns a web page preview by the text of the message. Do not call this function too often. Returns a 404 error if the web page has no preview
Declaration
Swift
public init(text: FormattedText)Parameters
textMessage text with formatting
View on GitHub
Install in Dash
GetWebPagePreview Structure Reference