Interface IInteractiveComponentProperties
public interface IInteractiveComponentProperties : IComponentProperties
- Inherited Members
Properties
CustomId
Developer-defined identifier for the button (max 100 characters).
[JsonPropertyName("custom_id")]
string CustomId { get; set; }
Property Value
Methods
WithCustomId(string)
Developer-defined identifier for the button (max 100 characters).
IInteractiveComponentProperties WithCustomId(string customId)
Parameters
customId
string