mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-19 17:13:35 -04:00
Semantic changes.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ resource('/bots/:bot', {
|
||||
* @minLength 1
|
||||
* @maxLength 2048
|
||||
**/
|
||||
interactionsURL?: string;
|
||||
interactions_url?: string;
|
||||
|
||||
/**
|
||||
* Field to remove from bot object
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ export interface Bot {
|
||||
*
|
||||
* Required for dynamic interactions such as bot commands and message actions. Events will be sent over HTTP and a response may be generated directly.
|
||||
*/
|
||||
interactionsURL: string
|
||||
interactions_url?: string
|
||||
}
|
||||
|
||||
export interface PublicBot {
|
||||
|
||||
Reference in New Issue
Block a user