-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbase.xml
63 lines (56 loc) · 1.76 KB
/
base.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<page>
<h1>PyTgCalls Client</h1>
<text>DATA DESCRIPTION - TEST <bold>bold</bold></text>
<syntax-highlight>
<selected>
from pytgcalls import PyTgCalls
app = PyTgCalls(client)
</selected>
app.start()
</syntax-highlight>
<separator/>
<h2>Details</h2>
<category>
<category-title>class <ref>pytgcalls.PyTgCalls</ref></category-title>
<subtext>
<category-title><ref>active_calls</ref></category-title>
<subtext>
<text>Get a list of active (Playing / Paused) group calls</text>
<text>TYPE</text>
<subtext>
List of <docs-ref link="/PyTgCalls/Advanced Types/GroupCall.xml">pytgcalls.GroupCall</docs-ref>
</subtext>
</subtext>
<category-title><ref>calls</ref></category-title>
<subtext>
<text>Get a list of existent group calls</text>
<text>TYPE</text>
<subtext>
List of <docs-ref link="/PyTgCalls/Advanced Types/GroupCall.xml">pytgcalls.GroupCall</docs-ref>
</subtext>
</subtext>
<subtext>PARAMETERS</subtext>
<list>
<item><bold>App</bold> – test</item>
<item><bold>cache_duration</bold> (<code>test</code>) - cc</item>
</list>
<subtext>TABLE EXAMPLE</subtext>
<table>
<definitions>
<column>Method</column>
<column>Description</column>
</definitions>
<datalist>
<item>
<column><docs-ref link="">get_fox</docs-ref></column>
<column>Get the list of</column>
</item>
<item>
<column><docs-ref link="">get_nicolino</docs-ref></column>
<column>Get the list of godspro</column>
</item>
</datalist>
</table>
</subtext>
</category>
</page>