skip to Main Content

I want to manage my account with the bot, I want from bot to read messages from my account and reply inested of me without shows that bot is replying, what is the API for authentication to account and get information from the account?

2

Answers


  1. You cannot access your account with the telegram bot api in that way, so you will have to use the Telegram API

    greetings,

    Mike

    Login or Signup to reply.
  2. There is a concept of Userbot among telegram users which is basically using a MTProto library to use your own account like a bot .

    You can check Telegram-Paperplane which uses Telethon MTProto Library ,
    (Referred this as just an Idea for what you want to do , Check the PMPERMIT feature which might be little bit similar to your goal) ..

    Unfortunately it is not written in C# , You need to find MTProto library for C# make something like this to achieve your target .

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search