@@ -37,12 +37,16 @@ list of the basic styles currently supported by Pyrofork.
37
37
- spoiler
38
38
- `text URL <https://pyrogram.org >`_
39
39
- `user text mention <tg://user?id=123456789 >`_
40
+ - :emoji: `🔥 `
40
41
- ``inline fixed-width code ``
41
42
- .. code-block:: text
42
43
43
44
pre-formatted
44
45
fixed-width
45
46
code block
47
+ - > Quoted text
48
+
49
+ - > Quoted text with collapse/expand button
46
50
47
51
HTML Style
48
52
----------
@@ -66,10 +70,10 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
66
70
67
71
<a href="tg://user?id=123456789">inline mention</a>
68
72
69
- <code>inline fixed-width code</code>
70
-
71
73
<emoji id="12345678901234567890">🔥</emoji>
72
74
75
+ <code>inline fixed-width code</code>
76
+
73
77
<pre>
74
78
pre-formatted
75
79
fixed-width
@@ -78,6 +82,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
78
82
79
83
<blockquote>Quoted text</blockquote>
80
84
85
+ <blockquote expandable>Quoted text with collapse/expand button</blockquote>
86
+
81
87
**Example **:
82
88
83
89
.. code-block :: python
@@ -150,6 +156,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
150
156
151
157
[text user mention](tg://user?id=123456789)
152
158
159
+ 
160
+
153
161
`inline fixed-width code`
154
162
155
163
```
@@ -160,6 +168,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
160
168
161
169
> Quoted text
162
170
171
+ **> Quoted text with collapse/expand button
172
+
163
173
**Example **:
164
174
165
175
.. code-block :: python
0 commit comments