You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deno/rest/v10/webhook.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,12 @@ export type RESTPostAPIWebhookWithTokenJSONBody = AddUndefinedToPossiblyUndefine
144
144
* Message flags combined as a bitfield
145
145
*/
146
146
flags?: MessageFlags;
147
+
/**
148
+
* Name of thread to create
149
+
*
150
+
* Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter
Copy file name to clipboardExpand all lines: deno/rest/v9/webhook.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,12 @@ export type RESTPostAPIWebhookWithTokenJSONBody = AddUndefinedToPossiblyUndefine
144
144
* Message flags combined as a bitfield
145
145
*/
146
146
flags?: MessageFlags;
147
+
/**
148
+
* Name of thread to create
149
+
*
150
+
* Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter
Copy file name to clipboardExpand all lines: rest/v10/webhook.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,12 @@ export type RESTPostAPIWebhookWithTokenJSONBody = AddUndefinedToPossiblyUndefine
144
144
* Message flags combined as a bitfield
145
145
*/
146
146
flags?: MessageFlags;
147
+
/**
148
+
* Name of thread to create
149
+
*
150
+
* Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter
Copy file name to clipboardExpand all lines: rest/v9/webhook.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,12 @@ export type RESTPostAPIWebhookWithTokenJSONBody = AddUndefinedToPossiblyUndefine
144
144
* Message flags combined as a bitfield
145
145
*/
146
146
flags?: MessageFlags;
147
+
/**
148
+
* Name of thread to create
149
+
*
150
+
* Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter
0 commit comments