Home
last modified time | relevance | path

Searched refs:UploadedImportedMessageAttachmentInfo (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.h3297 struct UploadedImportedMessageAttachmentInfo { struct
3303 UploadedImportedMessageAttachmentInfo(DialogId dialog_id, int64 import_id, bool is_reupload, in UploadedImportedMessageAttachmentInfo() argument
3308 std::unordered_map<FileId, unique_ptr<UploadedImportedMessageAttachmentInfo>, FileIdHash>
H A DMessagesManager.cpp27698 …td::make_unique<UploadedImportedMessageAttachmentInfo>(dialog_id, import_id, is_reupload, std::mov… in upload_imported_message_attachment()