AllowedMentions constructor

AllowedMentions({
  1. List<String>? parse,
  2. List<Snowflake>? users,
  3. List<Snowflake>? roles,
  4. bool? repliedUser,
})

Implementation

AllowedMentions({this.parse, this.users, this.roles, this.repliedUser});