remove unused old videochat invitation API

This commit is contained in:
adbenitez
2025-09-30 15:59:58 +02:00
parent 02a1c86f01
commit 4e6e805ede
3 changed files with 0 additions and 24 deletions
@@ -154,8 +154,6 @@ public class DcMsg {
public native boolean isInfo ();
public native boolean hasHtml ();
public native String getSetupCodeBegin ();
public native String getVideochatUrl ();
public native int getVideochatType ();
public native void setText (String text);
public native void setFileAndDeduplicate(String file, String name, String filemime);
public native void setDimension (int width, int height);