derodevil

Results 15 comments of derodevil

Belum bisa. Masih sama hasilnya. ``` { "data": null, "response_code": "OV00617", "response_message": "Perangkat/aplikasimu udah dimodifikasi. Ayo atur ulang ke pengaturan asli dan download lagi OVO di App Store/Google Play buat...

I'm trying in my own environment and the transfer process fails. It ends up with ` invalid model`. I'll port it once it's fixed

> Take a look how this repo generate the signature > https://github.com/rickgun/go-ovo Does it works?

Using this technique is very slow: ``` IJavaScriptExecutor js = driver as IJavaScriptExecutor; js.ExecuteScript("window.location.href = 'https://web.whatsapp.com/send?phone=" + number + "'"); ``` I have to wait until a popup element is...

Do you have problem with `ISessionStore`? Try to call `client.Start();` without adding `.UpdateMessage ` to make sure the instance is not null and able to send message

I suggest you to store your session file (ISessionStore) somewhere in your folder. Use that file everytime the application starts. You don't need to recreate the session file and off...

I don't have any problems in receiving new update. I think this library is the most stable among others. Just do what I suggested above

I clone it from github as you stated here [https://github.com/steavy29/Telegram.Net#how-do-i-add-this-to-my-project](https://github.com/steavy29/Telegram.Net#how-do-i-add-this-to-my-project). I don't even know if it's available on nuget.

I have solved some problems regarding to receive incoming message without getting FLOOD_WAIT_X error using `GetUpdatesDifference()`. The `DeleteMessages()` method also works by stopping receiving new message untill all messages are...

Is this code still needed or you have updated the library where it keeps alive without the code? `IDisposable KeepAlive(TelegramClient tg) =>`