Preview environment

interface APIAllowedMentions

export interface APIAllowedMentions

https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure

optional
parse? : AllowedMentionsTypes[]

An array of allowed mention types to parse from the contentSee https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types

optional
replied_user? : boolean

For replies, whether to mention the author of the message being replied to (default false) false

optional
roles? : Snowflake[]

Array of role_ids to mention (Max size of 100)

optional
users? : Snowflake[]

Array of user_ids to mention (Max size of 100)