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

« back to all changes in this revision

Viewing changes to qmlplugin/telegramservice.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:
58
58
    qint64 deleteChatHistory(InputPeer inputPeer, qint32 offset = 0, bool deleteChat = false);
59
59
    qint64 messagesSendMessage(InputPeer peer, const QString &message);
60
60
    qint64 messagesSendPhoto(InputPeer peer, const QString &filePath);
 
61
    qint64 messagesSetTyping(const InputPeer peer);
61
62
    qint64 messagesDeleteMessages(const QList<qint32> &msgIds, bool isSecret = false);
62
63
    bool downloadPhoto(qint32 messageId);
63
64
    qint64 sendVideo(qint32 peerId, const QString &videoFilePath, qint32 duration = 0, qint32 width = 0, qint32 height = 0, const QString &thumbnailFilePath = "");