1using System.Collections.Generic;
Represents a message to send to one or more Chat.ChannelRepresentations.
A packet of a split serialized set of data.
Common base for interop responses.
A response to a topic request.
IReadOnlyCollection< uint > MissingChunks
The ChunkData.SequenceIds missing from a chunked request.
ICollection< ChatMessage > ChatResponses
The ChatMessages to send as the result of a TopicCommandType.EventNotification request,...
ICollection< CustomCommand > CustomCommands
The DMAPI CustomCommands for TopicCommandType.ServerRestarted requests.
ChatMessage CommandResponse
The ChatMessage response from a ChatCommand. Added in Interop 5.4.0.
string CommandResponseMessage
The text to reply with as the result of a TopicCommandType.ChatCommand request, if any....
ChunkData Chunk
The ChunkData for a partial response.
A communication that can be missing chunk payloads.