add DcContext.createQrSvg()

This commit is contained in:
adbenitez
2024-10-22 20:44:45 +02:00
parent 5a2c28b91d
commit 3c9cecbc39
2 changed files with 11 additions and 0 deletions
@@ -211,6 +211,7 @@ public class DcContext {
public DcLot checkQr (String qr) { return new DcLot(checkQrCPtr(qr)); }
public native String getSecurejoinQr (int chat_id);
public native String getSecurejoinQrSvg (int chat_id);
public native String createQrSvg (String payload);
public native int joinSecurejoin (String qr);
public native void sendLocationsToChat (int chat_id, int seconds);
public native boolean isSendingLocationsToChat(int chat_id);