~libqtelegram-team/telegram-app/double-message-on-push

« back to all changes in this revision

Viewing changes to qmlplugin/rawapiclient.h

  • Committer: Roberto Mier Escandón
  • Date: 2015-02-03 19:19:27 UTC
  • mfrom: (153.3.9 lib-typing)
  • Revision ID: rmescandon@gmail.com-20150203191927-u5gaf8f3fhallg3c
Tags: 0.9.79
sending user typing signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    Q_INVOKABLE void messagesReadHistory(TLInputPeer *peer, qint32 maxId = 0, qint32 offset = 0);
111
111
    Q_INVOKABLE void messagesDeleteMessages(const QList<qint32> &msgIds, bool isSecret = false);
112
112
    Q_INVOKABLE void deleteChatHistory(TLInputPeer *peer, qint32 offset = 0, bool deleteChat = false);
 
113
    Q_INVOKABLE void messagesSetTyping(TLInputPeer *peer);
 
114
    Q_INVOKABLE void messagesSetEncryptedTyping(qint32 chatId, bool typing);
 
115
 
 
116
 
113
117
    // Working with chats
114
118
    Q_INVOKABLE void messagesCreateChat(const QVariantList &users, const QString &title);
115
119
    Q_INVOKABLE void messagesGetFullChat(qint32 chatId);