create-channel: Remove send_new_subscription_messages parameter.

Removes send_new_subscription_messages parameter from
`POST channel/create` endpoint as Notification Bot DMs
are never sent when users are subscribed as part of
creating a new channel.

Not considered a documentable API change, since the previous parameter
never had any effect, so this is effectively just a documentation and
error-handling bug fix, not an API change relevant to implementors.
This commit is contained in:
Lauryn Menard
2025-08-25 16:49:15 +02:00
committed by Tim Abbott
parent dda2c6e285
commit 699c0c6200
3 changed files with 23 additions and 15 deletions

View File

@@ -23730,8 +23730,6 @@ paths:
example: true
folder_id:
$ref: "#/components/schemas/FolderId"
send_new_subscription_messages:
$ref: "#/components/schemas/SendNewSubscriptionMessages"
topics_policy:
$ref: "#/components/schemas/TopicsPolicy"
history_public_to_subscribers: