Skip to content

Commit 01c372f

Browse files
committed
Bump
1 parent dc9e957 commit 01c372f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+533
-91
lines changed

docs/API_docs/constructors/groupCall.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Info about a group call or livestream
2323
|record\_video\_active|[Bool](/API_docs/types/Bool.html) | Optional|Whether the group call is currently being recorded|
2424
|rtmp\_stream|[Bool](/API_docs/types/Bool.html) | Optional|Whether RTMP streams are allowed|
2525
|listeners\_hidden|[Bool](/API_docs/types/Bool.html) | Optional|Whether the listeners list is hidden and cannot be fetched using [phone.getGroupParticipants](../methods/phone.getGroupParticipants.html). The `phone.groupParticipants.count` and `groupCall.participants_count` counters will still include listeners.|
26+
|conference|[Bool](/API_docs/types/Bool.html) | Optional|
27+
|creator|[Bool](/API_docs/types/Bool.html) | Optional|
2628
|id|[long](/API_docs/types/long.html) | Yes|Group call ID|
2729
|access\_hash|[long](/API_docs/types/long.html) | Yes|Group call access hash|
2830
|participants\_count|[int](/API_docs/types/int.html) | Yes|Participant count|
@@ -33,7 +35,7 @@ Info about a group call or livestream
3335
|unmuted\_video\_count|[int](/API_docs/types/int.html) | Optional|Number of people currently streaming video into the call|
3436
|unmuted\_video\_limit|[int](/API_docs/types/int.html) | Yes|Maximum number of people allowed to stream video into the call|
3537
|version|[int](/API_docs/types/int.html) | Yes|Version|
36-
|conference\_from\_call|[long](/API_docs/types/long.html) | Optional|
38+
|invite\_link|[string](/API_docs/types/string.html) | Optional|
3739

3840

3941

@@ -43,5 +45,5 @@ Info about a group call or livestream
4345
### Example:
4446

4547
```
46-
$groupCall = ['_' => 'groupCall', 'join_muted' => Bool, 'can_change_join_muted' => Bool, 'join_date_asc' => Bool, 'schedule_start_subscribed' => Bool, 'can_start_video' => Bool, 'record_video_active' => Bool, 'rtmp_stream' => Bool, 'listeners_hidden' => Bool, 'id' => long, 'access_hash' => long, 'participants_count' => int, 'title' => 'string', 'stream_dc_id' => int, 'record_start_date' => int, 'schedule_date' => int, 'unmuted_video_count' => int, 'unmuted_video_limit' => int, 'version' => int, 'conference_from_call' => long];
48+
$groupCall = ['_' => 'groupCall', 'join_muted' => Bool, 'can_change_join_muted' => Bool, 'join_date_asc' => Bool, 'schedule_start_subscribed' => Bool, 'can_start_video' => Bool, 'record_video_active' => Bool, 'rtmp_stream' => Bool, 'listeners_hidden' => Bool, 'conference' => Bool, 'creator' => Bool, 'id' => long, 'access_hash' => long, 'participants_count' => int, 'title' => 'string', 'stream_dc_id' => int, 'record_start_date' => int, 'schedule_date' => int, 'unmuted_video_count' => int, 'unmuted_video_limit' => int, 'version' => int, 'invite_link' => 'string'];
4749
```

docs/API_docs/constructors/index.md

Lines changed: 25 additions & 10 deletions
Large diffs are not rendered by default.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "inputGroupCallInviteMessage"
3+
description: "inputGroupCallInviteMessage attributes, type and example"
4+
nav_exclude: true
5+
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
6+
---
7+
# Constructor: inputGroupCallInviteMessage
8+
[Back to constructors index](/API_docs/constructors/index.html)
9+
10+
11+
12+
### Attributes:
13+
14+
| Name | Type | Required |
15+
|----------|---------------|----------|
16+
|msg\_id|[int](/API_docs/types/int.html) | Yes|
17+
18+
19+
20+
### Type: [InputGroupCall](/API_docs/types/InputGroupCall.html)
21+
22+
23+
### Example:
24+
25+
```
26+
$inputGroupCallInviteMessage = ['_' => 'inputGroupCallInviteMessage', 'msg_id' => int];
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "inputGroupCallSlug"
3+
description: "inputGroupCallSlug attributes, type and example"
4+
nav_exclude: true
5+
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
6+
---
7+
# Constructor: inputGroupCallSlug
8+
[Back to constructors index](/API_docs/constructors/index.html)
9+
10+
11+
12+
### Attributes:
13+
14+
| Name | Type | Required |
15+
|----------|---------------|----------|
16+
|slug|[string](/API_docs/types/string.html) | Yes|
17+
18+
19+
20+
### Type: [InputGroupCall](/API_docs/types/InputGroupCall.html)
21+
22+
23+
### Example:
24+
25+
```
26+
$inputGroupCallSlug = ['_' => 'inputGroupCallSlug', 'slug' => 'string'];
27+
```
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "inputInvoiceBusinessBotTransferStars"
3+
description: "inputInvoiceBusinessBotTransferStars attributes, type and example"
4+
nav_exclude: true
5+
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
6+
---
7+
# Constructor: inputInvoiceBusinessBotTransferStars
8+
[Back to constructors index](/API_docs/constructors/index.html)
9+
10+
11+
12+
### Attributes:
13+
14+
| Name | Type | Required |
15+
|----------|---------------|----------|
16+
|bot|[Username, chat ID, Update, Message or InputUser](/API_docs/types/InputUser.html) | Optional|
17+
|stars|[long](/API_docs/types/long.html) | Yes|
18+
19+
20+
21+
### Type: [InputInvoice](/API_docs/types/InputInvoice.html)
22+
23+
24+
### Example:
25+
26+
```
27+
$inputInvoiceBusinessBotTransferStars = ['_' => 'inputInvoiceBusinessBotTransferStars', 'bot' => InputUser, 'stars' => long];
28+
```
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "messageActionConferenceCall"
3+
description: "messageActionConferenceCall attributes, type and example"
4+
nav_exclude: true
5+
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
6+
---
7+
# Constructor: messageActionConferenceCall
8+
[Back to constructors index](/API_docs/constructors/index.html)
9+
10+
11+
12+
### Attributes:
13+
14+
| Name | Type | Required |
15+
|----------|---------------|----------|
16+
|missed|[Bool](/API_docs/types/Bool.html) | Optional|
17+
|active|[Bool](/API_docs/types/Bool.html) | Optional|
18+
|video|[Bool](/API_docs/types/Bool.html) | Optional|
19+
|call\_id|[long](/API_docs/types/long.html) | Yes|
20+
|duration|[int](/API_docs/types/int.html) | Optional|
21+
|other\_participants|Array of [Peer](/API_docs/types/Peer.html) | Optional|
22+
23+
24+
25+
### Type: [MessageAction](/API_docs/types/MessageAction.html)
26+
27+
28+
### Example:
29+
30+
```
31+
$messageActionConferenceCall = ['_' => 'messageActionConferenceCall', 'missed' => Bool, 'active' => Bool, 'video' => Bool, 'call_id' => long, 'duration' => int, 'other_participants' => [Peer, Peer]];
32+
```

docs/API_docs/constructors/phoneCall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Phone call
1717
|----------|---------------|----------|-------------|
1818
|p2p\_allowed|[Bool](/API_docs/types/Bool.html) | Optional|Whether P2P connection to the other peer is allowed|
1919
|video|[Bool](/API_docs/types/Bool.html) | Optional|Whether this is a video call|
20+
|conference\_supported|[Bool](/API_docs/types/Bool.html) | Optional|
2021
|id|[long](/API_docs/types/long.html) | Yes|Call ID|
2122
|access\_hash|[long](/API_docs/types/long.html) | Yes|Access hash|
2223
|date|[int](/API_docs/types/int.html) | Yes|Date of creation of the call|
@@ -28,7 +29,6 @@ Phone call
2829
|connections|Array of [PhoneConnection](/API_docs/types/PhoneConnection.html) | Yes|List of endpoints the user can connect to exchange call data|
2930
|start\_date|[int](/API_docs/types/int.html) | Yes|When was the call actually started|
3031
|custom\_parameters|[DataJSON](/API_docs/types/DataJSON.html) | Optional|Custom JSON-encoded call parameters to be passed to tgcalls.|
31-
|conference\_call|[InputGroupCall](/API_docs/types/InputGroupCall.html) | Optional|
3232

3333

3434

@@ -38,5 +38,5 @@ Phone call
3838
### Example:
3939

4040
```
41-
$phoneCall = ['_' => 'phoneCall', 'p2p_allowed' => Bool, 'video' => Bool, 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => long, 'participant_id' => long, 'g_a_or_b' => 'bytes', 'key_fingerprint' => long, 'protocol' => PhoneCallProtocol, 'connections' => [PhoneConnection, PhoneConnection], 'start_date' => int, 'custom_parameters' => DataJSON, 'conference_call' => InputGroupCall];
41+
$phoneCall = ['_' => 'phoneCall', 'p2p_allowed' => Bool, 'video' => Bool, 'conference_supported' => Bool, 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => long, 'participant_id' => long, 'g_a_or_b' => 'bytes', 'key_fingerprint' => long, 'protocol' => PhoneCallProtocol, 'connections' => [PhoneConnection, PhoneConnection], 'start_date' => int, 'custom_parameters' => DataJSON];
4242
```

docs/API_docs/constructors/phoneCallAccepted.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ An accepted phone call
2323
|participant\_id|[long](/API_docs/types/long.html) | Yes|ID of the other user in the call|
2424
|g\_b|[bytes](/API_docs/types/bytes.html) | Yes|B parameter for [secure E2E phone call key exchange](https://core.telegram.org/api/end-to-end/voice-calls)|
2525
|protocol|[PhoneCallProtocol](/API_docs/types/PhoneCallProtocol.html) | Yes|Protocol to use for phone call|
26-
|conference\_call|[InputGroupCall](/API_docs/types/InputGroupCall.html) | Optional|
2726

2827

2928

@@ -33,5 +32,5 @@ An accepted phone call
3332
### Example:
3433

3534
```
36-
$phoneCallAccepted = ['_' => 'phoneCallAccepted', 'video' => Bool, 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => long, 'participant_id' => long, 'g_b' => 'bytes', 'protocol' => PhoneCallProtocol, 'conference_call' => InputGroupCall];
35+
$phoneCallAccepted = ['_' => 'phoneCallAccepted', 'video' => Bool, 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => long, 'participant_id' => long, 'g_b' => 'bytes', 'protocol' => PhoneCallProtocol];
3736
```

docs/API_docs/constructors/phoneCallDiscardReasonAllowGroupCall.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "phoneCallDiscardReasonMigrateConferenceCall"
3+
description: "phoneCallDiscardReasonMigrateConferenceCall attributes, type and example"
4+
nav_exclude: true
5+
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
6+
---
7+
# Constructor: phoneCallDiscardReasonMigrateConferenceCall
8+
[Back to constructors index](/API_docs/constructors/index.html)
9+
10+
11+
12+
### Attributes:
13+
14+
| Name | Type | Required |
15+
|----------|---------------|----------|
16+
|slug|[string](/API_docs/types/string.html) | Yes|
17+
18+
19+
20+
### Type: [PhoneCallDiscardReason](/API_docs/types/PhoneCallDiscardReason.html)
21+
22+
23+
### Example:
24+
25+
```
26+
$phoneCallDiscardReasonMigrateConferenceCall = ['_' => 'phoneCallDiscardReasonMigrateConferenceCall', 'slug' => 'string'];
27+
```

0 commit comments

Comments
 (0)