From 68a25f135c7bf87cc1cae1d8140a723430d48f74 Mon Sep 17 00:00:00 2001 From: Quin Lynch Date: Fri, 11 Feb 2022 22:27:32 -0400 Subject: [PATCH] Update RestMessageComponentData.cs --- .../MessageComponents/RestMessageComponentData.cs | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/Discord.Net.Rest/Entities/Interactions/MessageComponents/RestMessageComponentData.cs b/src/Discord.Net.Rest/Entities/Interactions/MessageComponents/RestMessageComponentData.cs index d065b258f..b0efe418c 100644 --- a/src/Discord.Net.Rest/Entities/Interactions/MessageComponents/RestMessageComponentData.cs +++ b/src/Discord.Net.Rest/Entities/Interactions/MessageComponents/RestMessageComponentData.cs @@ -12,19 +12,13 @@ namespace Discord.Rest /// public class RestMessageComponentData : IComponentInteractionData, IDiscordInteractionData { - /// - /// Gets the components Custom Id that was clicked. - /// + /// public string CustomId { get; } - /// - /// Gets the type of the component clicked. - /// + /// public ComponentType Type { get; } - /// - /// Gets the value(s) of a interaction response. - /// + /// public IReadOnlyCollection Values { get; } ///