You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TL.Schema.cs
+38-45Lines changed: 38 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -6415,7 +6415,7 @@ public sealed partial class UpdateGroupCallChainBlocks : Update
6415
6415
public int sub_chain_id;
6416
6416
/// <summary>Blocks.</summary>
6417
6417
public byte[][] blocks;
6418
-
/// <summary>Offset of the next block.</summary>
6418
+
/// <summary>Height of the block located <em>after</em> the last block in <c>blocks</c>.</summary>
6419
6419
public int next_offset;
6420
6420
}
6421
6421
/// <summary>Incoming messages in a <a href="https://corefork.telegram.org/api/monoforum">monoforum topic</a> were read <para>See <a href="https://corefork.telegram.org/constructor/updateReadMonoForumInbox"/></para></summary>
@@ -23589,29 +23589,26 @@ public sealed partial class Account_WebBrowserSettings : IObject
/// <param name="muted">If set, the user will be muted by default upon joining.</param>
7488
7488
/// <param name="video_stopped">If set, the user's video will be disabled by default upon joining.</param>
7489
7489
/// <param name="call">The group call</param>
7490
-
/// <param name="join_as">Join the group call, presenting yourself as the specified user/channel</param>
7491
-
/// <param name="invite_hash">The invitation hash from the <a href="https://corefork.telegram.org/api/links#video-chat-livestream-links">invite link »</a>, if provided allows speaking in a livestream or muted group chat.</param>
7492
-
/// <param name="public_key">For conference calls, your public key.</param>
7493
-
/// <param name="block">The <a href="https://corefork.telegram.org/api/end-to-end/group-calls">block containing an appropriate e2e.chain.changeSetGroupState event</a>.</param>
7490
+
/// <param name="join_as">Join the group call, presenting yourself as the specified user/channel (<a href="https://corefork.telegram.org/api/group-calls#video-chatslivestreams">video chats/livestreams »</a> only, must be equal to <see cref="InputPeerSelf"/> when joining <a href="https://corefork.telegram.org/api/group-calls#live-stories">live stories »</a> or <a href="https://corefork.telegram.org/api/group-calls#conference-calls">conference calls »</a>).</param>
7491
+
/// <param name="invite_hash">The invitation hash from the <a href="https://corefork.telegram.org/api/links#video-chat-livestream-links">invite link »</a>, if provided allows speaking in a livestream or muted group call (<a href="https://corefork.telegram.org/api/group-calls#video-chatslivestreams">video chats/livestreams »</a> only, cannot be used by <a href="https://corefork.telegram.org/api/group-calls#live-stories">live stories »</a> or <a href="https://corefork.telegram.org/api/group-calls#conference-calls">conference calls »</a>).</param>
7492
+
/// <param name="public_key">For <a href="https://corefork.telegram.org/api/group-calls#conference-calls">conference calls »</a> only, your public key.</param>
7493
+
/// <param name="block">The <a href="https://corefork.telegram.org/api/end-to-end/group-calls">block containing an appropriate e2e.chain.changeSetGroupState event</a>, only for <a href="https://corefork.telegram.org/api/group-calls#conference-calls">conference calls »</a>.</param>
/// <summary>Invite a set of users to a <a href="https://corefork.telegram.org/api/group-calls">group call</a>. <para>See <a href="https://corefork.telegram.org/method/phone.inviteToGroupCall"/></para> <para>Possible <see cref="RpcException"/> codes: 400,403 (<a href="https://corefork.telegram.org/method/phone.inviteToGroupCall#possible-errors">details</a>)</para></summary>
7518
-
/// <param name="call">The group call</param>
7517
+
/// <summary>Invite a set of users to a <a href="https://corefork.telegram.org/api/group-calls#video-chatslivestreams">video chat/livestream »</a>; cannot be used for <a href="https://corefork.telegram.org/api/group-calls#live-stories">live stories »</a> or <a href="https://corefork.telegram.org/api/group-calls#conference-calls">conference calls »</a>. <para>See <a href="https://corefork.telegram.org/method/phone.inviteToGroupCall"/></para> <para>Possible <see cref="RpcException"/> codes: 400,403 (<a href="https://corefork.telegram.org/method/phone.inviteToGroupCall#possible-errors">details</a>)</para></summary>
@@ -7638,9 +7638,9 @@ public static Task<Phone_JoinAsPeers> Phone_GetGroupCallJoinAs(this Client clien
7638
7638
peer = peer,
7639
7639
});
7640
7640
7641
-
/// <summary>Get an <a href="https://corefork.telegram.org/api/links#video-chat-livestream-links">invite link</a> for a group call or livestream <para>See <a href="https://corefork.telegram.org/method/phone.exportGroupCallInvite"/></para> <para>Possible <see cref="RpcException"/> codes: 400,403 (<a href="https://corefork.telegram.org/method/phone.exportGroupCallInvite#possible-errors">details</a>)</para></summary>
7642
-
/// <param name="can_self_unmute">For livestreams or muted group chats, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand).</param>
7643
-
/// <param name="call">The group call</param>
7641
+
/// <summary>Get an <a href="https://corefork.telegram.org/api/links#video-chat-livestream-links">invite link</a> for a <a href="https://corefork.telegram.org/api/group-calls#video-chatslivestreams">video chat/livestream »</a>; cannot be used for <a href="https://corefork.telegram.org/api/group-calls#live-stories">live stories »</a> or <a href="https://corefork.telegram.org/api/group-calls#conference-calls">conference calls »</a>. <para>See <a href="https://corefork.telegram.org/method/phone.exportGroupCallInvite"/></para> <para>Possible <see cref="RpcException"/> codes: 400,403 (<a href="https://corefork.telegram.org/method/phone.exportGroupCallInvite#possible-errors">details</a>)</para></summary>
7642
+
/// <param name="can_self_unmute">For livestreams or muted group chats, if set, users that join using this link will be able to speak without explicitly requesting permission, for example by raising their hand.</param>
@@ -7786,11 +7786,11 @@ public static Task<UpdatesBase> Phone_DeclineConferenceCallInvite(this Client cl
7786
7786
msg_id = msg_id,
7787
7787
});
7788
7788
7789
-
/// <summary>Fetch the blocks of a <a href="https://corefork.telegram.org/api/end-to-end/group-calls">conference blockchain »</a>. <para>See <a href="https://corefork.telegram.org/method/phone.getGroupCallChainBlocks"/></para> <para>Possible <see cref="RpcException"/> codes: 400 (<a href="https://corefork.telegram.org/method/phone.getGroupCallChainBlocks#possible-errors">details</a>)</para></summary>
7789
+
/// <summary>Fetch the blocks of a <a href="https://corefork.telegram.org/api/end-to-end/group-calls">conference blockchain »</a>, returns an <see cref="UpdateGroupCallChainBlocks"/> to be handled as <a href="https://corefork.telegram.org/api/end-to-end/group-calls#handling-updates">specifiede here »</a>. <para>See <a href="https://corefork.telegram.org/method/phone.getGroupCallChainBlocks"/></para> <para>Possible <see cref="RpcException"/> codes: 400 (<a href="https://corefork.telegram.org/method/phone.getGroupCallChainBlocks#possible-errors">details</a>)</para></summary>
/// <param name="offset">Offset for pagination.</param>
7793
-
/// <param name="limit">Maximum number of blocks to return in this call, <a href="https://corefork.telegram.org/api/offsets">see pagination</a></param>
7792
+
/// <param name="offset">Start fetching blocks starting from the specified height.</param>
7793
+
/// <param name="limit">Maximum number of blocks to return in this call, <a href="https://corefork.telegram.org/api/offsets">see pagination</a>, max 100.</param>
7794
7794
public static Task<UpdatesBase> Phone_GetGroupCallChainBlocks(this Client client, InputGroupCallBase call, int sub_chain_id, int offset = default, int limit = int.MaxValue)
0 commit comments