mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
Fix ReactorError during InvokeBare
This commit is contained in:
parent
e51ea2441e
commit
e4b2cdd2c1
4 changed files with 16 additions and 8 deletions
|
|
@ -67,7 +67,6 @@ Type a command, or a message to send to the active secret chat:");
|
|||
}
|
||||
else if (ActiveChat == null) Console.WriteLine("No active secret chat");
|
||||
else await Secrets.SendMessage(ActiveChat, new TL.Layer73.DecryptedMessage { message = line, random_id = WTelegram.Helpers.RandomLong() });
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue