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
textThe text of this field.
iconUrlThe iconUrl of this field.
Footer Structure Reference