ChatMessageReadReceiptsCollection
public struct ChatMessageReadReceiptsCollection : Codable
A paged collection of chat message read receipts.
-
Collection of chat message read receipts.
Declaration
Swift
public let value: [ChatMessageReadReceipt] -
If there are more chat message read receipts that can be retrieved, the next link will be populated.
Declaration
Swift
public let nextLink: String?
-
Initialize a
ChatMessageReadReceiptsCollectionstructure.Declaration
Swift
public init( value: [ChatMessageReadReceipt], nextLink: String? = nil )Parameters
valueCollection of chat message read receipts.
nextLinkIf there are more chat message read receipts that can be retrieved, the next link will be populated.
-
Initialize a
ChatMessageReadReceiptsCollectionstructure from decoderDeclaration
Swift
public init(from decoder: Decoder) throws -
Encode a
ChatMessageReadReceiptsCollectionstructureDeclaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
ChatMessageReadReceiptsCollection Structure Reference