Attributes

public struct Attributes : Codable

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.

Properties

Functions

  • Updates the message’s attribute with the given FeedMessageUpdate object.

    Declaration

    Swift

    public mutating func update(using feedMessageUpdate: FeedMessageUpdate)

    Parameters

    feedMessageUpdate

    The object containing the new attribute values.

  • A root object that stores information about a single feed message metrics, such as the message’s total hearts count, and replies count.

    See more

    Declaration

    Swift

    public struct Metrics : Codable