Record Class Localization.Integration.Discord.ChannelEmbed

java.lang.Object
java.lang.Record
net.flectone.pulse.config.Localization.Integration.Discord.ChannelEmbed
Enclosing class:
Localization.Integration.Discord

public static record Localization.Integration.Discord.ChannelEmbed(String content, String webhookName, String webhookAvatar, Localization.Integration.Discord.AllowedMentions allowedMentions, Localization.Integration.Discord.Embed embed) extends Record
Since:
1.7.1
  • Constructor Details

    • ChannelEmbed

      public ChannelEmbed(String content, String webhookName, String webhookAvatar, Localization.Integration.Discord.AllowedMentions allowedMentions, Localization.Integration.Discord.Embed embed)
      Creates an instance of a ChannelEmbed record class.
      Parameters:
      content - the value for the content record component
      webhookName - the value for the webhookName record component
      webhookAvatar - the value for the webhookAvatar record component
      allowedMentions - the value for the allowedMentions record component
      embed - the value for the embed record component
  • Method Details