mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
If a method that returns bool is never returning false, it's essentially not giving any information at all, which means that it should return void. This will help the consumers of this API to stop thinking that the result of this function means if the connection was succesful (which it is, actually, but it was never returning false because if there's any problem connecting, the result would be an exception instead). |
||
|---|---|---|
| .. | ||
| Auth | ||
| MTProto | ||
| Network | ||
| Properties | ||
| Requests | ||
| Utils | ||
| packages.config | ||
| Session.cs | ||
| TelegramClient.cs | ||
| TLSharp.Core.csproj | ||
| TLSharp.Core.nuspec | ||