Table of Contents

Class ComponentInteractionTypeReaderSuccessResult

Namespace
NetCord.Services.ComponentInteractions
Assembly
NetCord.Services.dll
public class ComponentInteractionTypeReaderSuccessResult : ComponentInteractionTypeReaderResult, IExecutionResult
Inheritance
ComponentInteractionTypeReaderSuccessResult
Implements
Inherited Members

Constructors

ComponentInteractionTypeReaderSuccessResult(object?)

public ComponentInteractionTypeReaderSuccessResult(object? value)

Parameters

value object

Properties

Value

public object? Value { get; }

Property Value

object