There is a user in Telegram Not a bot! It is necessary to perform certain actions on its behalf using the program: receiving messages, automatically sending, etc.

What API for this to use and is it possible at all? Telegram bot API not suitable.

  • one
    Telegram clients work through it, so of course you can . Only the API is not for automatic sending, but for sending - it is automatically done by you. - xEdelweiss
  • Can you give some small source where you can send messages via the Telegram API? ( Python) - Vyacheslav
  • I can only assume that the answer will be somewhere here: Telethon , Telepy . Not sure that the source may be small :) - xEdelweiss

0