ChatThreadsItemCollection
public struct ChatThreadsItemCollection : Codable
Collection of chat threads.
-
Collection of chat threads.
Declaration
Swift
public let value: [ChatThreadItem] -
If there are more chat threads that can be retrieved, the next link will be populated.
Declaration
Swift
public let nextLink: String?
-
Initialize a
ChatThreadsItemCollectionstructure.Declaration
Swift
public init( value: [ChatThreadItem], nextLink: String? = nil )Parameters
valueCollection of chat threads.
nextLinkIf there are more chat threads that can be retrieved, the next link will be populated.
-
Initialize a
ChatThreadsItemCollectionstructure from decoderDeclaration
Swift
public init(from decoder: Decoder) throws -
Encode a
ChatThreadsItemCollectionstructureDeclaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
ChatThreadsItemCollection Structure Reference