Answers for "telegram bot send message to group python"

1

how to get all messages from a telegram group with telethon

with client:
    client.get_messages('TelethonChat', limit=100)
Posted by: Guest on February-19-2021
2

python send message to telegram

#1. go to this adress: https://telegram.me/BotFather and follow the instructions
#2. in terminal: pip install telegram-send followed by telegram-send configure
import telegram_send
telegram_send.send(messages=["Wow that was easy!"])
Posted by: Guest on April-14-2021

Code answers related to "telegram bot send message to group python"

Python Answers by Framework

Browse Popular Code Answers by Language