buildRawAllowedMentions static method

RawApiMap buildRawAllowedMentions(
  1. AllowedMentions mentions
)

Build the data from AllowedMentions

Implementation

static RawApiMap buildRawAllowedMentions(AllowedMentions mentions) =>
    mentions.build();