HyphenateChatSDK 3.9.9.1
EMChatMessageStatistics.h
1
15#import <Foundation/Foundation.h>
16#import "EMChatMessage.h"
17
18NS_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
141NS_ASSUME_NONNULL_END
Definition: EMChatMessageStatistics.h:28
EMChatType chatType
Definition: EMChatMessageStatistics.h:72
NSUInteger timestamp
Definition: EMChatMessageStatistics.h:138
EMMessageDirection direction
Definition: EMChatMessageStatistics.h:86
NSUInteger attachmentSize
Definition: EMChatMessageStatistics.h:112
NSUInteger thumbnailSize
Definition: EMChatMessageStatistics.h:125
NSString * messageId
Definition: EMChatMessageStatistics.h:36
EMMessageBodyType type
Definition: EMChatMessageStatistics.h:63
NSString * to
Definition: EMChatMessageStatistics.h:45
NSString * from
Definition: EMChatMessageStatistics.h:54
NSUInteger messageSize
Definition: EMChatMessageStatistics.h:99