mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 16:57:25 +00:00
docs: wrap @everyone mention in codeblock (#1599)
This commit is contained in:
Generated
+1
-1
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
|
||||
*/
|
||||
mentions_role_id?: Snowflake[];
|
||||
/**
|
||||
* Filter messages that do or do not mention @everyone
|
||||
* Filter messages that do or do not mention `@everyone`
|
||||
*/
|
||||
mention_everyone?: boolean;
|
||||
/**
|
||||
|
||||
Generated
+1
-1
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
|
||||
*/
|
||||
mentions_role_id?: Snowflake[];
|
||||
/**
|
||||
* Filter messages that do or do not mention @everyone
|
||||
* Filter messages that do or do not mention `@everyone`
|
||||
*/
|
||||
mention_everyone?: boolean;
|
||||
/**
|
||||
|
||||
+1
-1
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
|
||||
*/
|
||||
mentions_role_id?: Snowflake[];
|
||||
/**
|
||||
* Filter messages that do or do not mention @everyone
|
||||
* Filter messages that do or do not mention `@everyone`
|
||||
*/
|
||||
mention_everyone?: boolean;
|
||||
/**
|
||||
|
||||
+1
-1
@@ -616,7 +616,7 @@ export interface RESTGetAPIGuildMessagesSearchQuery {
|
||||
*/
|
||||
mentions_role_id?: Snowflake[];
|
||||
/**
|
||||
* Filter messages that do or do not mention @everyone
|
||||
* Filter messages that do or do not mention `@everyone`
|
||||
*/
|
||||
mention_everyone?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user