Update content of files

This commit is contained in:
GitHub Action 2024-08-19 19:36:22 +00:00
parent d95b837e9b
commit 7eb4293d18
3 changed files with 13 additions and 0 deletions

View file

@ -62,6 +62,7 @@ To learn how to create…">
<li>Added the ability to send paid media to any chat.</li>
<li>Added the parameter <em>business_connection_id</em> to the method <a href="/bots/api#sendpaidmedia">sendPaidMedia</a>, allowing bots to send paid media on behalf of a business account.</li>
<li>Added the field <em>paid_media</em> to the class <a href="/bots/api#transactionpartneruser">TransactionPartnerUser</a> for transactions involving paid media.</li>
<li>Added the fields <em>subscription_period</em> and <em>subscription_price</em> to the class <a href="/bots/api#chatinvitelink">ChatInviteLink</a>.</li>
<li>Added the method <a href="/bots/api#createchatsubscriptioninvitelink">createChatSubscriptionInviteLink</a>, allowing bots to create subscription invite links.</li>
<li>Added the method <a href="/bots/api#editchatsubscriptioninvitelink">editChatSubscriptionInviteLink</a>, allowing bots to edit the <em>name</em> of subscription invite links.</li>
<li>Added the field <em>until_date</em> to the class <a href="/bots/api#chatmembermember">ChatMemberMember</a> for members with an active subscription.</li>

View file

@ -62,6 +62,7 @@ To learn how to create…">
<li>Added the ability to send paid media to any chat.</li>
<li>Added the parameter <em>business_connection_id</em> to the method <a href="/bots/api#sendpaidmedia">sendPaidMedia</a>, allowing bots to send paid media on behalf of a business account.</li>
<li>Added the field <em>paid_media</em> to the class <a href="/bots/api#transactionpartneruser">TransactionPartnerUser</a> for transactions involving paid media.</li>
<li>Added the fields <em>subscription_period</em> and <em>subscription_price</em> to the class <a href="/bots/api#chatinvitelink">ChatInviteLink</a>.</li>
<li>Added the method <a href="/bots/api#createchatsubscriptioninvitelink">createChatSubscriptionInviteLink</a>, allowing bots to create subscription invite links.</li>
<li>Added the method <a href="/bots/api#editchatsubscriptioninvitelink">editChatSubscriptionInviteLink</a>, allowing bots to edit the <em>name</em> of subscription invite links.</li>
<li>Added the field <em>until_date</em> to the class <a href="/bots/api#chatmembermember">ChatMemberMember</a> for members with an active subscription.</li>

View file

@ -60,6 +60,7 @@ To learn how to create…">
<li>Added the ability to send paid media to any chat.</li>
<li>Added the parameter <em>business_connection_id</em> to the method <a href="#sendpaidmedia">sendPaidMedia</a>, allowing bots to send paid media on behalf of a business account.</li>
<li>Added the field <em>paid_media</em> to the class <a href="#transactionpartneruser">TransactionPartnerUser</a> for transactions involving paid media.</li>
<li>Added the fields <em>subscription_period</em> and <em>subscription_price</em> to the class <a href="#chatinvitelink">ChatInviteLink</a>.</li>
<li>Added the method <a href="#createchatsubscriptioninvitelink">createChatSubscriptionInviteLink</a>, allowing bots to create subscription invite links.</li>
<li>Added the method <a href="#editchatsubscriptioninvitelink">editChatSubscriptionInviteLink</a>, allowing bots to edit the <em>name</em> of subscription invite links.</li>
<li>Added the field <em>until_date</em> to the class <a href="#chatmembermember">ChatMemberMember</a> for members with an active subscription.</li>
@ -3923,6 +3924,16 @@ To learn how to create…">
<td>Integer</td>
<td><em>Optional</em>. Number of pending join requests created using this link</td>
</tr>
<tr>
<td>subscription_period</td>
<td>Integer</td>
<td><em>Optional</em>. The number of seconds the subscription will be active for before the next payment</td>
</tr>
<tr>
<td>subscription_price</td>
<td>Integer</td>
<td><em>Optional</em>. 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</td>
</tr>
</tbody>
</table>
<h4><a class="anchor" name="chatadministratorrights" href="#chatadministratorrights"><i class="anchor-icon"></i></a>ChatAdministratorRights</h4>