Footer
public struct Footer : Encodable
Represents an Embed’s footer.
-
The text for this footer.
Declaration
Swift
public var text: String?
-
The icon for this url.
Declaration
Swift
public var iconUrl: URL?
-
The proxy url for the icon.
Declaration
Swift
public let proxyIconUrl: URL?
-
Creates a Footer object.
Declaration
Swift
public init(text: String?, iconUrl: URL? = nil)
Parameters
text
The text of this field.
iconUrl
The iconUrl of this field.