I am trying to write a simple Java client that will connect to my personal Telegram account, read and process the messages I need. The task seems to be simple, but in Google there are guides only for bots (On the official page there are descriptions of ap methods and a way to get the App configuration (api_id, api, hash, client name, etc.), found the library, connected via maven. But studying the library didn’t bring any special results either. Tell me please, through which classes and how can I solve my problem?

    0