buildRawEmbed static method

RawApiMap buildRawEmbed(
  1. EmbedBuilder embed
)

Build the data from an EmbedBuilder

Implementation

static RawApiMap buildRawEmbed(EmbedBuilder embed) =>
    embed.build();