Ditto  1.0.19
Public Attributes | List of all members
ditto::AttachmentFetchEventProgress Struct Reference

An attachment fetch event used when the attachment's download has progressed but is not yet complete. More...

Inheritance diagram for ditto::AttachmentFetchEventProgress:
ditto::AttachmentFetchEvent

Public Attributes

uint64_t downloaded_bytes
 Gets the size of the attachment that was successfully downloaded, in bytes.
 
uint64_t total_bytes
 Gets the full size of the attachment, if it were complete.
 
- Public Attributes inherited from ditto::AttachmentFetchEvent
AttachmentFetchEventType type
 The type of the attachment fetch event.
 

Detailed Description

An attachment fetch event used when the attachment's download has progressed but is not yet complete.