This commit is contained in:
B. Petersen 2018-10-02 22:19:10 +02:00
parent 1a510d8787
commit a31307171e

View file

@ -142,7 +142,7 @@ public class DcContext {
public native String getMsgInfo (int id);
public native int getFreshMsgCount (int chat_id);
public native void deleteMsgs (int msg_ids[]);
public native void forwardMsgs (int msg_ids[], int chat_ids);
public native void forwardMsgs (int msg_ids[], int chat_id);
public native int sendMsg (int chat_id, DcMsg msg);
public native int sendTextMsg (int chat_id, String text);
public native int sendVcardMsg (int chat_id, int contact_id);