FeedMessageUpdate
public struct FeedMessageUpdate : Codable
A root object that stores information about a feed message update resource.
-
The content of the feed message.
Declaration
Swift
public let content: String?
-
The HTML content of the feed message.
Declaration
Swift
public let contentHTML: String?
-
The Markdown content of the feed message.
Declaration
Swift
public let contentMarkdown: String?
-
Whether the feed message is hearted by the authenticated user.
Declaration
Swift
public var isHearted: Bool?
-
Whether the feed message is locked.
Declaration
Swift
public let isNSFW: Bool?
-
Whether the feed message is spoiler.
Declaration
Swift
public let isSpoiler: Bool?