HyphenateChatSDK  4.6.0
EMChatMessageStatistics.h
1 
15 #import <Foundation/Foundation.h>
16 #import "EMChatMessage.h"
17 
18 NS_ASSUME_NONNULL_BEGIN
19 
27 @interface EMChatMessageStatistics : NSObject
28 
36 @property (nonatomic,strong,readonly) NSString* messageId;
37 
45 @property (nonatomic,strong,readonly) NSString* to;
46 
54 @property (nonatomic,strong,readonly) NSString* from;
55 
63 @property (nonatomic,readonly) EMMessageBodyType type;
64 
72 @property (nonatomic,readonly) EMChatType chatType;
73 
86 @property (nonatomic,readonly) EMMessageDirection direction;
87 
99 @property (nonatomic,readonly) NSUInteger messageSize;
100 
112 @property (nonatomic,readonly) NSUInteger attachmentSize;
113 
125 @property (nonatomic,readonly) NSUInteger thumbnailSize;
126 
138 @property (nonatomic,readonly) NSUInteger timestamp;
139 @end
140 
141 NS_ASSUME_NONNULL_END
NSUInteger messageSize
Definition: EMChatMessageStatistics.h:99
NSUInteger thumbnailSize
Definition: EMChatMessageStatistics.h:125
EMMessageDirection direction
Definition: EMChatMessageStatistics.h:86
NSString * from
Definition: EMChatMessageStatistics.h:54
NSString * to
Definition: EMChatMessageStatistics.h:45
EMChatType chatType
Definition: EMChatMessageStatistics.h:72
Definition: EMChatMessageStatistics.h:27
NSString * messageId
Definition: EMChatMessageStatistics.h:36
NSUInteger attachmentSize
Definition: EMChatMessageStatistics.h:112
EMMessageBodyType type
Definition: EMChatMessageStatistics.h:63
NSUInteger timestamp
Definition: EMChatMessageStatistics.h:138