void Td.ClientResultHandler.OnResult(TdApi.BaseObject @object) { Print(@object.ToString()); }
public void OnResult(TdApi.BaseObject obj) { var str = obj.ToString(); _page.Print(str); }
void Td.ClientResultHandler.OnResult(TdApi.BaseObject @object) { Print(@object.ToString()); // sendMessage(GetChatId("350715255"), @object.ToString()); }
void Td.ClientResultHandler.OnResult(TdApi.BaseObject @object) { //Print(@object.ToString()); Console.WriteLine("Missing 1" + @object.ToString()); }