FeedMessage

public class FeedMessage : IdentityResource, Hashable

A root object that stores information about a feed message resource.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: FeedMessage, rhs: FeedMessage) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single feed message, such as the message’s content, and whether it’s a spoiler or NSFW.

    See more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about feed message relationships, such as the user it belongs to.

    See more

    Declaration

    Swift

    public struct Relationships : Codable