renamed ITLObject to IObject

This commit is contained in:
Wizou 2021-11-07 16:52:58 +01:00
parent fd9ec2eaed
commit dbcb6814ff
8 changed files with 801 additions and 801 deletions

View file

@ -19,7 +19,7 @@ namespace WTelegramClientTest
client.Update += Client_Update;
Console.ReadKey();
async void Client_Update(ITLObject arg)
async void Client_Update(IObject arg)
{
if (arg is not Updates { updates: var updates }) return;
foreach (var update in updates)