add C bindings

This commit is contained in:
adbenitez 2025-02-19 21:39:04 +01:00
parent 2e2aeed127
commit c94f9371fe
2 changed files with 16 additions and 0 deletions

View file

@ -164,6 +164,8 @@ public class DcMsg {
public native String getQuotedText ();
public native String getError ();
public native String getOverrideSenderName();
public native void sendEditRequest (String text);
public native boolean isEdited ();
public String getSenderName(DcContact dcContact) {
String overrideName = getOverrideSenderName();