fix(RESTPostAPIChannelMessageJSONBody): mark tts as a full boolean (#96)

This commit is contained in:
didinele
2021-03-17 10:02:14 +02:00
committed by GitHub
parent eb3f8e1dea
commit 9d8d090c9c
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
/**
* `true` if this is a TTS message
*/
tts?: true;
tts?: boolean;
/**
* Embedded `rich` content
*

View File

@@ -162,7 +162,7 @@ export interface RESTPostAPIChannelMessageJSONBody {
/**
* `true` if this is a TTS message
*/
tts?: true;
tts?: boolean;
/**
* Embedded `rich` content
*