ChatThreadProperties
public struct ChatThreadProperties : CodableChat thread properties.
- 
                  
                  Thread id. DeclarationSwift public let id: String
- 
                  
                  Thread topic. DeclarationSwift public let topic: String
- 
                  
                  The timestamp when the thread was created. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.DeclarationSwift public let createdOn: Iso8601Date
- 
                  
                  CommunicationIdentifier of the thread owner. DeclarationSwift public let createdBy: CommunicationIdentifier
- 
                  
                  The timestamp when the thread was deleted. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.DeclarationSwift public let deletedOn: Iso8601Date?
- 
                  
                  Initialize a ChatThreadPropertiesstructure.DeclarationSwift public init( id: String, topic: String, createdOn: Iso8601Date, createdBy: CommunicationIdentifier, deletedOn: Iso8601Date? = nil )ParametersidThread id. topicThread topic. createdOnThe timestamp when the thread was created. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.createdByThe thread owner. deletedOnThe timestamp when the thread was deleted. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.
- 
                  
                  Initialize a ChatThreadPropertiesstructure from decoderDeclarationSwift public init(from decoder: Decoder) throws
- 
                  
                  Encode a ChatThreadPropertiesstructureDeclarationSwift public func encode(to encoder: Encoder) throws
 View on GitHub
            View on GitHub
           ChatThreadProperties Structure Reference
      ChatThreadProperties Structure Reference