telegramlib.follow¶
- telegramlib.follow()[source]¶
- Adds users to the admin’s list of followed users. - This function allows the admin to follow specific users, meaning he will receive messages sent from these users to the bot. It adds the specified users to the config._users_to_send_to_admin list and provides recent chat history. - Example - /follow <user_id_1> <user_id_2>