Add support to disable notify-self flag on /v2/send endpoint

This commit is contained in:
ahatius
2024-08-07 18:54:24 +02:00
parent f3289395ae
commit 8cd60ff6c3
6 changed files with 21 additions and 7 deletions

View File

@@ -2282,6 +2282,9 @@ var doc = `{
"normal",
"styled"
]
},
"notify_self": {
"type": "boolean"
}
}
},

View File

@@ -2266,6 +2266,9 @@
"normal",
"styled"
]
},
"notify_self": {
"type": "boolean"
}
}
},
@@ -2589,4 +2592,4 @@
"name": "Sticker Packs"
}
]
}
}

View File

@@ -195,6 +195,8 @@ definitions:
- normal
- styled
type: string
notify_self:
type: boolean
type: object
api.SetUsernameRequest:
properties: