FeedMessage

public class FeedMessage : IdentityResource, Hashable

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

Properties

Functions

Helpers

  • The maximum character limit for a feed message.

    The character limit is determined by the user’s account status. The character limit is as follows:

    • 280 characters for normal users.
    • 500 characters for pro users.
    • 1000 characters for subscribed users.

    Declaration

    Swift

    public static var maxCharacterLimit: Int { get }
  • 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