Home
last modified time | relevance | path

Searched defs:inputEncryptedChat (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/file/
H A Dfileoperation.h74 …void setInputEncryptedChat(const InputEncryptedChat &inputEncryptedChat) { mInputEncryptedChat = i… in setInputEncryptedChat()
76 InputEncryptedChat inputEncryptedChat() const { return mInputEncryptedChat; } in inputEncryptedChat() function
H A Dfilehandler.cpp216 InputEncryptedChat inputEncryptedChat = op->inputEncryptedChat(); in onUploadSaveFilePartResult() local
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/
H A Dtelegram.cpp470 InputEncryptedChat inputEncryptedChat; in messagesSetEncryptedTTL() local
497 InputEncryptedChat inputEncryptedChat; in messagesReadEncryptedHistory() local
512 InputEncryptedChat inputEncryptedChat; in messagesSendEncrypted() local
535 InputEncryptedChat inputEncryptedChat; in onSequenceNumberGap() local
563 InputEncryptedChat inputEncryptedChat; in messagesSendEncryptedPhoto() local
596 InputEncryptedChat inputEncryptedChat; in messagesSendEncryptedVideo() local
627 InputEncryptedChat inputEncryptedChat; in messagesSendEncryptedDocument() local
759 InputEncryptedChat inputEncryptedChat; in onMessagesDhConfigNotModified() local
787 InputEncryptedChat inputEncryptedChat; in onMessagesAcceptEncryptionEncryptedChat() local
986 InputEncryptedChat inputEncryptedChat; in processSecretChatUpdate() local
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/core/
H A Dapi.cpp1407 qint64 Api::messagesAcceptEncryption(const InputEncryptedChat &inputEncryptedChat, QByteArray g_b, … in messagesAcceptEncryption()
1433 qint64 Api::messagesSetEncryptedTyping(const InputEncryptedChat &inputEncryptedChat, bool typing) { in messagesSetEncryptedTyping()
1446 qint64 Api::messagesReadEncryptedHistory(const InputEncryptedChat &inputEncryptedChat, qint32 maxDa… in messagesReadEncryptedHistory()
1463 …sagesSendEncrypted(const QList<qint64> &previousMsgs, const InputEncryptedChat &inputEncryptedChat in messagesSendEncrypted()
1491 …sSendEncryptedFile(const QList<qint64> &previousMsgs, const InputEncryptedChat &inputEncryptedChat in messagesSendEncryptedFile()
1520 …ndEncryptedService(const QList<qint64> &previousMsgs, const InputEncryptedChat &inputEncryptedChat in messagesSendEncryptedService()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dsecret.cpp132 class inputEncryptedChat final { class
140 …explicit inputEncryptedChat(TlBufferParser &p) : chat_id_(TlFetchInt::parse(p)), access_hash_(TlFe… in inputEncryptedChat() function in my_api::inputEncryptedChat