Table of Contents

Interface IInteractiveComponentProperties

Namespace
NetCord.Rest
Assembly
NetCord.dll
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

string

Methods

WithCustomId(string)

Developer-defined identifier for the button (max 100 characters).

IInteractiveComponentProperties WithCustomId(string customId)

Parameters

customId string

Returns

IInteractiveComponentProperties