Interface ICustomizableButtonProperties
public interface ICustomizableButtonProperties : IButtonProperties, IActionRowComponentProperties, IJsonSerializable<IActionRowComponentProperties>, IComponentSectionAccessoryComponentProperties, IComponentProperties, IJsonSerializable<IComponentSectionAccessoryComponentProperties>
- Inherited Members
Properties
Emoji
Emoji that appears on the button.
EmojiProperties? Emoji { get; set; }
Property Value
Label
Text that appears on the button (max 80 characters).
string? Label { get; set; }
Property Value
Methods
WithEmoji(EmojiProperties?)
Emoji that appears on the button.
ICustomizableButtonProperties WithEmoji(EmojiProperties? emoji)
Parameters
emojiEmojiProperties
Returns
WithLabel(string?)
Text that appears on the button (max 80 characters).
ICustomizableButtonProperties WithLabel(string? label)
Parameters
labelstring