Type alias AllowedMentions

AllowedMentions: {
    parse: AllowedMentionType[];
    replied_user: boolean;
    roles: Snowflake[];
    users: Snowflake[];
}

Type declaration

Generated using TypeDoc