DecodedMessageV2

public struct DecodedMessageV2 : Identifiable

Undocumented

  • id

    Declaration

    Swift

    public var id: String { get }
  • Undocumented

    Declaration

    Swift

    public var conversationId: String { get }
  • Undocumented

    Declaration

    Swift

    public var senderInboxId: InboxId { get }
  • Undocumented

    Declaration

    Swift

    public var sentAt: Date { get }
  • Undocumented

    Declaration

    Swift

    public var sentAtNs: Int64 { get }
  • Undocumented

    Declaration

    Swift

    public var deliveryStatus: MessageDeliveryStatus { get }
  • Undocumented

    Declaration

    Swift

    public var topic: String { get }
  • Undocumented

    Declaration

    Swift

    public var reactions: [DecodedMessageV2]? { get }
  • Undocumented

    Declaration

    Swift

    public func content<T>() throws -> T
  • Undocumented

    Declaration

    Swift

    public var fallback: String { get throws }
  • Undocumented

    Declaration

    Swift

    public var body: String { get throws }
  • Undocumented

    Declaration

    Swift

    public var contentTypeId: ContentTypeID { get }
  • Undocumented

    Declaration

    Swift

    public init?(ffiMessage: FfiDecodedMessage)
  • Undocumented

    Declaration

    Swift

    public static func create(ffiMessage: FfiDecodedMessage) -> DecodedMessageV2?