File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments