main - Automated spec update (54513)
made at remote:2024-06-24T20:12:42 taken at now:2024-06-24T21:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									302348a295
								
							
						
					
					
						commit
						0bb47ecf56
					
				
					 2 changed files with 60 additions and 60 deletions
				
			
		|  | @ -12584,6 +12584,19 @@ | ||||||
|           "content": { |           "content": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  |           "mentions": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/UserResponse" | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "mention_roles": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |             }, | ||||||
|  |             "uniqueItems": true | ||||||
|  |           }, | ||||||
|           "attachments": { |           "attachments": { | ||||||
|             "type": "array", |             "type": "array", | ||||||
|             "items": { |             "items": { | ||||||
|  | @ -12658,19 +12671,6 @@ | ||||||
|           "author": { |           "author": { | ||||||
|             "$ref": "#/components/schemas/UserResponse" |             "$ref": "#/components/schemas/UserResponse" | ||||||
|           }, |           }, | ||||||
|           "mentions": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/UserResponse" |  | ||||||
|             } |  | ||||||
|           }, |  | ||||||
|           "mention_roles": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/SnowflakeType" |  | ||||||
|             }, |  | ||||||
|             "uniqueItems": true |  | ||||||
|           }, |  | ||||||
|           "pinned": { |           "pinned": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  | @ -12851,6 +12851,8 @@ | ||||||
|           "type", |           "type", | ||||||
|           "channel_id", |           "channel_id", | ||||||
|           "content", |           "content", | ||||||
|  |           "mentions", | ||||||
|  |           "mention_roles", | ||||||
|           "attachments", |           "attachments", | ||||||
|           "embeds", |           "embeds", | ||||||
|           "timestamp", |           "timestamp", | ||||||
|  | @ -12858,8 +12860,6 @@ | ||||||
|           "components", |           "components", | ||||||
|           "id", |           "id", | ||||||
|           "author", |           "author", | ||||||
|           "mentions", |  | ||||||
|           "mention_roles", |  | ||||||
|           "pinned", |           "pinned", | ||||||
|           "mention_everyone", |           "mention_everyone", | ||||||
|           "tts" |           "tts" | ||||||
|  | @ -22776,6 +22776,19 @@ | ||||||
|           "content": { |           "content": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  |           "mentions": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/UserResponse" | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "mention_roles": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |             }, | ||||||
|  |             "uniqueItems": true | ||||||
|  |           }, | ||||||
|           "attachments": { |           "attachments": { | ||||||
|             "type": "array", |             "type": "array", | ||||||
|             "items": { |             "items": { | ||||||
|  | @ -22850,19 +22863,6 @@ | ||||||
|           "author": { |           "author": { | ||||||
|             "$ref": "#/components/schemas/UserResponse" |             "$ref": "#/components/schemas/UserResponse" | ||||||
|           }, |           }, | ||||||
|           "mentions": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/UserResponse" |  | ||||||
|             } |  | ||||||
|           }, |  | ||||||
|           "mention_roles": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/SnowflakeType" |  | ||||||
|             }, |  | ||||||
|             "uniqueItems": true |  | ||||||
|           }, |  | ||||||
|           "pinned": { |           "pinned": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  | @ -23062,6 +23062,8 @@ | ||||||
|           "type", |           "type", | ||||||
|           "channel_id", |           "channel_id", | ||||||
|           "content", |           "content", | ||||||
|  |           "mentions", | ||||||
|  |           "mention_roles", | ||||||
|           "attachments", |           "attachments", | ||||||
|           "embeds", |           "embeds", | ||||||
|           "timestamp", |           "timestamp", | ||||||
|  | @ -23069,8 +23071,6 @@ | ||||||
|           "components", |           "components", | ||||||
|           "id", |           "id", | ||||||
|           "author", |           "author", | ||||||
|           "mentions", |  | ||||||
|           "mention_roles", |  | ||||||
|           "pinned", |           "pinned", | ||||||
|           "mention_everyone", |           "mention_everyone", | ||||||
|           "tts" |           "tts" | ||||||
|  |  | ||||||
|  | @ -12783,6 +12783,19 @@ | ||||||
|           "content": { |           "content": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  |           "mentions": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/UserResponse" | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "mention_roles": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |             }, | ||||||
|  |             "uniqueItems": true | ||||||
|  |           }, | ||||||
|           "attachments": { |           "attachments": { | ||||||
|             "type": "array", |             "type": "array", | ||||||
|             "items": { |             "items": { | ||||||
|  | @ -12857,19 +12870,6 @@ | ||||||
|           "author": { |           "author": { | ||||||
|             "$ref": "#/components/schemas/UserResponse" |             "$ref": "#/components/schemas/UserResponse" | ||||||
|           }, |           }, | ||||||
|           "mentions": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/UserResponse" |  | ||||||
|             } |  | ||||||
|           }, |  | ||||||
|           "mention_roles": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/SnowflakeType" |  | ||||||
|             }, |  | ||||||
|             "uniqueItems": true |  | ||||||
|           }, |  | ||||||
|           "pinned": { |           "pinned": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  | @ -13066,6 +13066,8 @@ | ||||||
|           "type", |           "type", | ||||||
|           "channel_id", |           "channel_id", | ||||||
|           "content", |           "content", | ||||||
|  |           "mentions", | ||||||
|  |           "mention_roles", | ||||||
|           "attachments", |           "attachments", | ||||||
|           "embeds", |           "embeds", | ||||||
|           "timestamp", |           "timestamp", | ||||||
|  | @ -13073,8 +13075,6 @@ | ||||||
|           "components", |           "components", | ||||||
|           "id", |           "id", | ||||||
|           "author", |           "author", | ||||||
|           "mentions", |  | ||||||
|           "mention_roles", |  | ||||||
|           "pinned", |           "pinned", | ||||||
|           "mention_everyone", |           "mention_everyone", | ||||||
|           "tts" |           "tts" | ||||||
|  | @ -23167,6 +23167,19 @@ | ||||||
|           "content": { |           "content": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  |           "mentions": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/UserResponse" | ||||||
|  |             } | ||||||
|  |           }, | ||||||
|  |           "mention_roles": { | ||||||
|  |             "type": "array", | ||||||
|  |             "items": { | ||||||
|  |               "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |             }, | ||||||
|  |             "uniqueItems": true | ||||||
|  |           }, | ||||||
|           "attachments": { |           "attachments": { | ||||||
|             "type": "array", |             "type": "array", | ||||||
|             "items": { |             "items": { | ||||||
|  | @ -23241,19 +23254,6 @@ | ||||||
|           "author": { |           "author": { | ||||||
|             "$ref": "#/components/schemas/UserResponse" |             "$ref": "#/components/schemas/UserResponse" | ||||||
|           }, |           }, | ||||||
|           "mentions": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/UserResponse" |  | ||||||
|             } |  | ||||||
|           }, |  | ||||||
|           "mention_roles": { |  | ||||||
|             "type": "array", |  | ||||||
|             "items": { |  | ||||||
|               "$ref": "#/components/schemas/SnowflakeType" |  | ||||||
|             }, |  | ||||||
|             "uniqueItems": true |  | ||||||
|           }, |  | ||||||
|           "pinned": { |           "pinned": { | ||||||
|             "type": "boolean" |             "type": "boolean" | ||||||
|           }, |           }, | ||||||
|  | @ -23469,6 +23469,8 @@ | ||||||
|           "type", |           "type", | ||||||
|           "channel_id", |           "channel_id", | ||||||
|           "content", |           "content", | ||||||
|  |           "mentions", | ||||||
|  |           "mention_roles", | ||||||
|           "attachments", |           "attachments", | ||||||
|           "embeds", |           "embeds", | ||||||
|           "timestamp", |           "timestamp", | ||||||
|  | @ -23476,8 +23478,6 @@ | ||||||
|           "components", |           "components", | ||||||
|           "id", |           "id", | ||||||
|           "author", |           "author", | ||||||
|           "mentions", |  | ||||||
|           "mention_roles", |  | ||||||
|           "pinned", |           "pinned", | ||||||
|           "mention_everyone", |           "mention_everyone", | ||||||
|           "tts" |           "tts" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue