Skip to content

Commit 65fb30c

Browse files
committed
Update examples' README.md
1 parent eb276cb commit 65fb30c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Example | Description
1111
[**echo_bot**](echo_bot.py) | Echo bot that replies to every private text message
1212
[**welcome_bot**](welcome_bot.py) | The Welcome Bot source code in [@PyrogramChat](https://t.me/pyrogramchat)
1313
[**get_history**](get_history.py) | How to retrieve the full message history of a chat
14-
[**get_participants**](get_participants.py) | How to get the first 10.000 members of a supergroup/channel
15-
[**get_participants2**](get_participants2.py) | Improved version to get more than 10.000 users
14+
[**get_chat_members**](get_chat_members.py) | How to get the first 10.000 members of a supergroup/channel
15+
[**get_chat_members2**](get_chat_members2.py) | Improved version to get more than 10.000 members
1616
[**query_inline_bots**](query_inline_bots.py) | How to query an inline bot and send a result to a chat
1717
[**send_bot_keyboards**](send_bot_keyboards.py) | How to send normal and inline keyboards using regular bots
1818
[**callback_query_handler**](callback_query_handler.py) | How to handle queries coming from inline button presses

0 commit comments

Comments
 (0)