mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 11:59:58 +02:00
typo
This commit is contained in:
parent
1a510d8787
commit
a31307171e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue