diff --git a/TLSharp.Core/TelegramClient.cs b/TLSharp.Core/TelegramClient.cs index faeedd9..201c20c 100644 --- a/TLSharp.Core/TelegramClient.cs +++ b/TLSharp.Core/TelegramClient.cs @@ -128,7 +128,7 @@ namespace TLSharp.Core } finally { - IdleLoop(this); + IdleLoop?.Invoke(this); } } }