Telegram Bot Chat non found

· Funzionalità

When tu log come bot, il GetChats metodo non può essere used, quindi non ottenere Tutti disponibile chats. Se è il first time tu login come Bot e provi a send un messaggio a un known Chat, ottieni questo error:

{"@type":"error","code":5,"message":"Chat non found"}

The solution è before send a telegram message, call GetChat method e pass il ChatId as a parametro. Once ottieni il Chat data, puoi send telegram messaggi come usual.

As a note, tu solo deve chiama GetChat il FIRST TIME prima inviare a messaggio se tu mai ricevere qualsiasi bot messaggio da questo chat. Se tu chiudere il applicazione e start again, c'è no bisogno a chiama primo GetChat perché il Chat è già salvato su telegram database.