From 7eb4293d18117bd7b6c39cc2d8cb67fff179841c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 19 Aug 2024 19:36:22 +0000 Subject: [PATCH] Update content of files --- .../web/blogfork.telegram.org/bots/api-changelog.html | 1 + data/web/core.telegram.org/bots/api-changelog.html | 1 + data/web/core.telegram.org/bots/api.html | 11 +++++++++++ 3 files changed, 13 insertions(+) diff --git a/data/web/blogfork.telegram.org/bots/api-changelog.html b/data/web/blogfork.telegram.org/bots/api-changelog.html index 68b19d3611..194a4682f9 100644 --- a/data/web/blogfork.telegram.org/bots/api-changelog.html +++ b/data/web/blogfork.telegram.org/bots/api-changelog.html @@ -62,6 +62,7 @@ To learn how to create…">
  • Added the ability to send paid media to any chat.
  • Added the parameter business_connection_id to the method sendPaidMedia, allowing bots to send paid media on behalf of a business account.
  • Added the field paid_media to the class TransactionPartnerUser for transactions involving paid media.
  • +
  • Added the fields subscription_period and subscription_price to the class ChatInviteLink.
  • Added the method createChatSubscriptionInviteLink, allowing bots to create subscription invite links.
  • Added the method editChatSubscriptionInviteLink, allowing bots to edit the name of subscription invite links.
  • Added the field until_date to the class ChatMemberMember for members with an active subscription.
  • diff --git a/data/web/core.telegram.org/bots/api-changelog.html b/data/web/core.telegram.org/bots/api-changelog.html index 68b19d3611..194a4682f9 100644 --- a/data/web/core.telegram.org/bots/api-changelog.html +++ b/data/web/core.telegram.org/bots/api-changelog.html @@ -62,6 +62,7 @@ To learn how to create…">
  • Added the ability to send paid media to any chat.
  • Added the parameter business_connection_id to the method sendPaidMedia, allowing bots to send paid media on behalf of a business account.
  • Added the field paid_media to the class TransactionPartnerUser for transactions involving paid media.
  • +
  • Added the fields subscription_period and subscription_price to the class ChatInviteLink.
  • Added the method createChatSubscriptionInviteLink, allowing bots to create subscription invite links.
  • Added the method editChatSubscriptionInviteLink, allowing bots to edit the name of subscription invite links.
  • Added the field until_date to the class ChatMemberMember for members with an active subscription.
  • diff --git a/data/web/core.telegram.org/bots/api.html b/data/web/core.telegram.org/bots/api.html index bf0d5a74d1..15a68b3fa5 100644 --- a/data/web/core.telegram.org/bots/api.html +++ b/data/web/core.telegram.org/bots/api.html @@ -60,6 +60,7 @@ To learn how to create…">
  • Added the ability to send paid media to any chat.
  • Added the parameter business_connection_id to the method sendPaidMedia, allowing bots to send paid media on behalf of a business account.
  • Added the field paid_media to the class TransactionPartnerUser for transactions involving paid media.
  • +
  • Added the fields subscription_period and subscription_price to the class ChatInviteLink.
  • Added the method createChatSubscriptionInviteLink, allowing bots to create subscription invite links.
  • Added the method editChatSubscriptionInviteLink, allowing bots to edit the name of subscription invite links.
  • Added the field until_date to the class ChatMemberMember for members with an active subscription.
  • @@ -3923,6 +3924,16 @@ To learn how to create…"> Integer Optional. Number of pending join requests created using this link + +subscription_period +Integer +Optional. The number of seconds the subscription will be active for before the next payment + + +subscription_price +Integer +Optional. The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat using the link +

    ChatAdministratorRights