DecodedMessage

public struct DecodedMessage : Identifiable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let childMessages: [DecodedMessage]?
  • 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 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 encodedContent: EncodedContent { get throws }
  • Undocumented

    Declaration

    Swift

    public static func create(ffiMessage: FfiMessage)
    	-> DecodedMessage?
  • Undocumented

    Declaration

    Swift

    public static func create(ffiMessage: FfiMessageWithReactions)
    	-> DecodedMessage?