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.
ICollection< ChatMessage >? ChatResponses
The ChatMessages to send as the result of a TopicCommandType.EventNotification request,...
ChunkData? Chunk
The ChunkData for a partial response.
IReadOnlyCollection< uint >? MissingChunks
The ChunkData.SequenceIds missing from a chunked request.
uint? ClientCount
The number of connected clients to the game. Added in Interop 5.10.0.
string? CommandResponseMessage
The text to reply with as the result of a TopicCommandType.ChatCommand request, if any....
ChatMessage? CommandResponse
The ChatMessage response from a ChatCommand. Added in Interop 5.4.0.
ICollection< CustomCommand >? CustomCommands
The DMAPI CustomCommands for TopicCommandType.ServerRestarted requests.
A communication that can be missing chunk payloads.