Table of Contents

Interface IButton

Namespace
NetCord
Assembly
NetCord.dll
public interface IButton : IComponentSectionAccessory

Properties

Disabled

bool Disabled { get; }

Property Value

bool

Id

int Id { get; }

Property Value

int

Methods

CreateFromJson(JsonComponent)

public static IButton CreateFromJson(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

Returns

IButton