mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-04 09:50:09 +00:00
fix(RESTPostAPIChannelMessageJSONBody): mark tts as a full boolean (#96)
This commit is contained in:
@@ -162,7 +162,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
|
||||
/**
|
||||
* `true` if this is a TTS message
|
||||
*/
|
||||
tts?: true;
|
||||
tts?: boolean;
|
||||
/**
|
||||
* Embedded `rich` content
|
||||
*
|
||||
|
||||
@@ -162,7 +162,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
|
||||
/**
|
||||
* `true` if this is a TTS message
|
||||
*/
|
||||
tts?: true;
|
||||
tts?: boolean;
|
||||
/**
|
||||
* Embedded `rich` content
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user