namespace NadekoBot; /// /// Represents essential interacation data /// /// Emote which will show on a button /// Custom interaction id public record NadekoInteractionData(IEmote Emote, string CustomId, string? Text = null);