Skip to content

Commit c593672

Browse files
committed
chore: Add readme.
1 parent d110972 commit c593672

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# True Reply Filter
2+
3+
Provides a `TRUE_REPLY_FILTER` that allows you to filter only **real replies** in Telegram groups and forum topics, ignoring topic starters.
4+
5+
```python
6+
from telegram.ext import MessageHandler
7+
from ptbcontrib.true_reply_filter import TRUE_REPLY_FILTER
8+
9+
MessageHandler(
10+
TRUE_REPLY_FILTER,
11+
callback
12+
)
13+
```
14+
15+
## Requirements
16+
17+
* `python-telegram-bot>=20.0`
18+
19+
## Authors
20+
21+
* [Daniel](https://github.com/rozari0)

0 commit comments

Comments
 (0)