Table of Contents

Class ChatOperations

Namespace
Prefrontal.Modules.Chat.Text
Assembly
Prefrontal.Modules.dll
public record ChatOperations : IEquatable<ChatOperations>
Inheritance
ChatOperations
Implements
Inherited Members
Extension Methods

Constructors

ChatOperations(ImmutableList<ChatOperation>, PostOperation)

public ChatOperations(ImmutableList<ChatOperation> Operations, PostOperation PostOperation = PostOperation.None)

Parameters

Operations ImmutableList<ChatOperation>
PostOperation PostOperation

Properties

Operations

public ImmutableList<ChatOperation> Operations { get; init; }

Property Value

ImmutableList<ChatOperation>

PostOperation

public PostOperation PostOperation { get; init; }

Property Value

PostOperation