Interface IButton
- Namespace
- NetCord
- Assembly
- NetCord.dll
public interface IButton : IComponentSectionAccessory
Properties
Disabled
bool Disabled { get; }
Property Value
Id
int Id { get; }
Property Value
Methods
CreateFromJson(JsonComponent)
public static IButton CreateFromJson(JsonComponent jsonModel)
Parameters
jsonModel
JsonComponent