mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
renamed ITLObject to IObject
This commit is contained in:
parent
fd9ec2eaed
commit
dbcb6814ff
8 changed files with 801 additions and 801 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue