NekoX/TMessagesProj/src/main/java/org/telegram/android/DownloadObject.java

18 lines
415 B
Java

/*
* This is the source code of Telegram for Android v. 1.7.x.
* It is licensed under GNU GPL v. 2 or later.
* You should have received a copy of the license in this archive (see LICENSE).
*
* Copyright Nikolai Kudashov, 2013-2014.
*/
package org.telegram.android;
import org.telegram.messenger.TLObject;
public class DownloadObject {
public TLObject object;
public int type;
public long id;
}