- Where are the data of Whatsup stored ? I would like to transfer my old message from mojoWhatsup's sqlite3 .db file to whatever Whatsup uses.
And is it possible to import db (chats, groups etc..) from android whatsapp client ?
CREATE TABLE messages (timestamp integer, status integer, content text, key text,type integer, media_id integer, media text, conversation_jid text, author text, delivered text,readed text, count integet, comment text);