mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
File deduplication, Android part (#3513)
This commit is contained in:
@@ -157,6 +157,7 @@ public class DcMsg {
|
||||
public native int getVideochatType ();
|
||||
public native void setText (String text);
|
||||
public native void setFile (String file, String filemime);
|
||||
public native void setFileAndDeduplicate(String file, String name, String filemime);
|
||||
public native void setDimension (int width, int height);
|
||||
public native void setDuration (int duration);
|
||||
public native void setLocation (float latitude, float longitude);
|
||||
|
||||
Reference in New Issue
Block a user