@@ -35,6 +35,11 @@ public class ActionRowBuilder : IMessageComponentBuilder, IInteractableComponent
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new <see cref="ActionRowBuilder"/>.
|
||||||
|
/// </summary>
|
||||||
|
public ActionRowBuilder() { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new <see cref="ActionRowBuilder"/>.
|
/// Initializes a new <see cref="ActionRowBuilder"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -23,6 +23,11 @@ public class ComponentBuilderV2 : IStaticComponentContainer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of <see cref="ComponentBuilderV2"/>.
|
||||||
|
/// </summary>
|
||||||
|
public ComponentBuilderV2() { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of <see cref="ComponentBuilderV2"/>.
|
/// Initializes a new instance of <see cref="ComponentBuilderV2"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -32,6 +32,11 @@ public class ContainerBuilder : IMessageComponentBuilder, IStaticComponentContai
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool? IsSpoiler { get; set; }
|
public bool? IsSpoiler { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new <see cref="ContainerBuilder"/>.
|
||||||
|
/// </summary>
|
||||||
|
public ContainerBuilder() { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new <see cref="ContainerBuilder"/>.
|
/// Initializes a new <see cref="ContainerBuilder"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -38,6 +38,11 @@ public class SectionBuilder : IMessageComponentBuilder, IStaticComponentContaine
|
|||||||
set => _components = value ?? throw new ArgumentNullException(nameof(value), $"{nameof(Components)} cannot be null.");
|
set => _components = value ?? throw new ArgumentNullException(nameof(value), $"{nameof(Components)} cannot be null.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new <see cref="SectionBuilder"/>.
|
||||||
|
/// </summary>
|
||||||
|
public SectionBuilder() { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new <see cref="SectionBuilder"/>.
|
/// Initializes a new <see cref="SectionBuilder"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user