Interface ICustomizableButton
- Namespace
- NetCord
- Assembly
- NetCord.dll
public interface ICustomizableButton : IButton
- Inherited Members
Properties
Emoji
EmojiReference? Emoji { get; }
Property Value
Label
string? Label { get; }
public interface ICustomizableButton : IButton
EmojiReference? Emoji { get; }
string? Label { get; }